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.

MSP430 Bootloader(5419/2370)

Is there any Bootloader for MSP430 µC available? Not the Bootstrap Loader. I mean a loader, with whom i can switch via Command between Bootloader and Mainprogram? 

  • Hu Daniel,

    The BSL has a command which allows you to branch to an arbitrary memory location, thus terminating the bootloader session, so you can just branch to your main through that command.

    You can also call the BSL from your application through the BSL vector if using ROM BSL, or the first word of the boot flash area if using Flash BSL.

    There are examples for a custom application loader, but I would suggest to use the BSL if at all possible. 

    Hope this helps.

    Tony

**Attention** This is a public forum