• 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 to 8051 warning message.
    I am using uCOSII V2.52 I am using the Keil C compiler V7.02 Large memory model. Everything compiles but, I get one warning that worries me. Not sure if I can post the uCOSII code or not, but...
  • Secondary bootloader queries;
    Hi, I am looking for UART based secondary bootloader for LPC1768. Please clarify the following queries: When I am sending binary file from say UART, should I send .bin file or .hex file of the application...
  • Secondary UART bootloader example
    I'm looking for some example code to write a secondary UART based bootloader, my design has an external supervisor/watchdog IC on the board, this means that for the initial programming I need to disable...