arm7 Questions

2

I'm trying to debug a project on Kinetis Design Studio with GDB PEMicro Interface Debugging but I get this error: 'Launching myProject' has encountered a problem. Could not determine GDB version af...
Harriet asked 3/10, 2016 at 12:23

6

Solved

I received these errors after I added " -all_load " in the "Other Linker Flags" build setting once I added "libPusher-combined.a" and its header files. I followed the instructions exactly up to the...
Teniers asked 29/3, 2012 at 18:46

1

Solved

I created Objective C Header file. and added some properties in it. i declared static NSString* const kColor005C98 = @"005C98"; in Constants.h file I defined this file in Bridging-Header file as...
Weakminded asked 18/2, 2015 at 6:12

5

Solved

I'm using Keil to write Assembly for ARM 7. I have the following runtime error: Non-aligned Access: ARM Instruction at 000000F8H, Memory Access at 7F7F7F7FH Data Abort: ARM Instruction at 000000F...
Doukhobor asked 4/1, 2014 at 20:32

2

my code contains #define READ_TAMPER_PIN() {((FIO2PIN & PIN_TAMPER) >> 12) ;} where PIN_TAMPER is again a macro- #define PIN_TAMPER 0x00001000; in one of the header file, and it is...
Shop asked 20/7, 2013 at 5:8

5

I'm getting error like "expected an statement" my code is as follows #define IN_Tamper 0X00001000 /*P2.12 = EINT2*/ #define DIR_IN_Tamper { FIO2DIR &= ~0X00001000 ; } /* main */ DIR_IN_Tamp...
Cutpurse asked 12/7, 2013 at 10:14

4

Solved

There is a big (~100 000) array of floating point variables, and there is a threshold (also floating point). The problem is that I have to compare each one variable from the array with a threshold...
Gwenngwenneth asked 30/4, 2012 at 10:12

5

Solved

How does Keil compare to GCC for ARM7 development? I'm in the process of choosing hw consultants for a medium size project and some use keil and some use gcc. I'd like to know the gotchas involved ...
Bumble asked 4/8, 2009 at 9:1
1

© 2022 - 2024 — McMap. All rights reserved.