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!
Is this the example in the folder:
\Keil\ARM\RV30\Boards\ADI\ADuC702X\RTX_Blinky
Yes. The second file - RTX_Conf_ADuC702x.c is in the \ARM\RV30\Startup\ADI\ directory. Thnx, for the fast reaction! Regards