Tool/software: TI-RTOS
Hi
I want to implement a TI-RTOS program and a bootloader. The TI-RTOS program starting address is 0x4000. The bootloader starting address is 0x0.
In the bootloader, download and write the TI-RTOS program to 0x4000 through the serial port or CAN. The bootloader can jump to the TI-RTOS program.
I would like to ask:
How to compile TI-RTOS program ( how to write cmd file or ...)?
Can you provide examples of bootloader and TI-RTOS programs?