pabigot / bsp430

Board Support Package for MSP430 microcontrollers
http://pabigot.github.com/bsp430
BSD 3-Clause "New" or "Revised" License
38 stars 11 forks source link

Bootloader & ldscript #43

Closed hodiapa closed 11 years ago

hodiapa commented 11 years ago

How can one move the user program to act as a bootloader and then do the firmware upgrade using either of the peripheral interfaces.?

-- Next how to disable loading default ldscript from mspgcc and have a customized ldscript.

Thanks in advance...

pabigot commented 11 years ago

Providing a bootloader and firmware updates are out of scope for BSP430. The capabilities of such advanced features depend on the requirements of a specific application, so they're the responsibility of an application or perhaps an RTOS framework.