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.

TMS320F28377D: How can i make a user bootloader?

Part Number: TMS320F28377D
Other Parts Discussed in Thread: C2000WARE

Hi. guys.

http://blog.atollic.com/how-to-develop-and-debug-bootloader-application-systems-on-arm-cortex-m-devices 

In the case of the ARM core, I used to use the firmware update feature to create multiple applications with linked content.

Is it possible to implement the corresponding function in the DSP?

  • Hello

    If you want to implement your own bootloader, you set the device to boot to flash and then at the flash entry point perform your decision to upgrade or go to application.
    The bootloaders we use in ROM are released as source code in C2000Ware if you want to use one of those as the basis for your own bootloader.

    Best regards
    Chris