• uCOSII PORTING ERRORS
    my_pro\my_pro.axf: Error: L6218E: Undefined symbol OS_CPU_SR_Restore (referred from os_core.o). my_pro\my_pro.axf: Error: L6218E: Undefined symbol OS_CPU_SR_Save (referred from os_core.o). my_pro\my_pro...
  • uCOSII PORTING ERRORS
    my_pro\my_pro.axf: Error: L6218E: Undefined symbol OS_CPU_SR_Restore (referred from os_core.o). my_pro\my_pro.axf: Error: L6218E: Undefined symbol OS_CPU_SR_Save (referred from os_core.o). my_pro\my_pro...
  • ucosii with secondary bootloader
    my secondary bootloader is working ok with normal application. but when i used with ucosii application its stuck in task1. memory map is for bootloader-0x00000000 0x00010000 application 0x00010000...
  • Warning Messages
    I have 5 different C files and i Main.c program separately. In the Project diaglog box i have added all these files. For Target Options i have selected Large 64kCode ROM size and memory model Large....
  • Warning messages
    I have function with 3 parameters passed in. The same funtion i am calling in other function and passing the 3 parameters but i get a warning message. too few actual parameters. Since the original...