This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320F28069F: Custom Bootloader

Part Number: TMS320F28069F
Other Parts Discussed in Thread: C2000WARE

Hi,

I need to create a custom bootloader that resides in the Flash sector A.

and needs jump to application once the bootloader process is completed. 

Are there are any references or examples on how to jump from one application to another ?

And what the files that needs to edit in order to do this ?

Thank You,

GIhantha.

  • Hi Gihantha,

    For reference you can look to the SCI Flash kernel for this device located here in C2000Ware: C:\ti\c2000\C2000Ware_5_01_00_00\device_support\f2806x\examples\c28\f28069_sci_flash_kernel

    Alternatively, there is also a CAN Flash kernel: C:\ti\c2000\C2000Ware_5_01_00_00\device_support\f2806x\examples\c28\f28069_can_flash_kernel

    The kernel implementations may be used with RAM build configuration, so they will need loaded to Flash and the API ran from RAM.

    Once you go through the examples, I can provide further help.

    Thanks and regards,

    Charles