Part Number: TMS320F2808
Other Parts Discussed in Thread: CONTROLSUITE
I am in the process of adding a custom bootloader to the TMS320F2808.
The requirement is to be able to program the application code in the field via the SCI port using the XModem protocol.
It would be preferable if the application file is in binary format to reduce the size of the file (and hence the time to program the file).
Can someone please point me in the right direction to do this?
-My main issues are:
1. Jumping from Custom bootloader to applicatiion code.
2. Compiler/Linker/Map file settings for the Bootloader Code.
3. Compiler/Linker/Map file settings for the Application Code.
4. Creating the Binary file from the .out file of the Application Code
I have already downloaded the Flash API and the Built-In Boot ROM of the F2808.
Any help would be appreciated.