This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Problem using ADuC RTX_Config.c

Hi all!
I'm trying to run the RTX_Blinky example supplied for the ADuC7024, but am receiving the following errors during compilation of RTX_Config.c:

RTX_Config.c(207): error: A1150E: Bad symbol, not defined or external
RTX_Config.c(220): error: A1150E: Bad symbol, not defined or external

for

(207):       STMDB   SP!,{R0}            ; Save R0
(220):       LDMIA   SP!,{R0}            ; Restore R0


I'm no good in assembler at all, but the replacement of SP with R13 seems to do the job. Is this correct?

P.S.
The RTX_Conf_ADuC702x.c in the \RV30\Startup\ADI\ has the same problem!

0