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...
2
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...
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...
1
© 2022 - 2024 — McMap. All rights reserved.