I'm new to ARM RTX. So i tried to compile the example RTX_ex2 in the RL folder of keil.. Its default controller was LPC2129. It compiled with it. But mine is LPC2148. So I tried to change it. Now it doesnt work anymore. Even when i tried to change it back to 2129 it doesnt work. It shows following errors. Please help.
.\Obj\RTX_ex2.axf: Error: L6218E: Undefined symbol os_sys_init0 (referred from rtx_ex2.o). .\Obj\RTX_ex2.axf: Error: L6218E: Undefined symbol os_tsk_create0 (referred from rtx_ex2.o). .\Obj\RTX_ex2.axf: Error: L6218E: Undefined symbol os_tsk_prio (referred from rtx_ex2.o). .\Obj\RTX_ex2.axf: Error: L6218E: Undefined symbol os_tsk_self (referred from rtx_ex2.o). .\Obj\RTX_ex2.axf: Error: L6218E: Undefined symbol SWI_Handler (referred from startup.o).
Why don't you try example for your chip in folder: \ARM\Boards\Keil\MCB2140\RTX_Blinky\
To the OP:
Once you change the MCU setting, the Operating System Setting will be set to default. You need to config the Operating System Setting again.
Check the "Options of Target" -> "Operating System:"
Thanks.. will try it. I will ask for more help if u dont mind. :)
View all questions in Keil forum