Other Parts Discussed in Thread: LAUNCHXL-F280025C, C2000WARE
Hi,
I'm using a TMS320F280025C on the evaluation board LAUNCHXL-F280025C and everything so far works fine.
Now I need a bootloader, where I can make some firmware updates in the field over CAN. At the moment I already hang
to find a bootloader example (not encrypted and over UART/SCI) for the F280025C, since there is no example at all (not even blinky LED) in the
C2000Ware_4_00_00_00 SDK folder for the F280025C.
Do you provide a bootloader example over a serial interface somewhere? Can I trigger the bootloader from the application instead of using a GPIO pin?
Can I catch the data and manually give it to the bootloader, so that I can do decription beforehand?
I have done this many time on STM32 controllers and there the support for something like that is amazing. Hope you can provide something similar.