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.

TMS320F280049: F28004x CAN bootloader

Part Number: TMS320F280049
Other Parts Discussed in Thread: CONTROLSUITE, C2000WARE

Hello,

Working with the F28004x family:

  • Is there an example code for "bootloader via CAN” available for F28004x DSP?

Could not find one withing released Control Suite.

Thanks,

  • Examples for the F28004x are in C2000Ware, not controlSUITE.

    We don't specifically have an example for the CAN bootloader, but all the source for the bootloader is available in C2000Ware_x_xx_xx_xx\libraries\boot_rom\f28004x\revB\rom_sources\F28004x_ROM\bootROM. I also highly recommend reading through the boot ROM chapter in the technical reference manual.

    The closest thing we have to a bootloader example for the F28004x is one that shows how to customize your boot configuration that can be found in C2000Ware_x_xx_xx_xx\driverlib\f28004x\examples\boot.

    Whitney