msp4th: flash boot loader
authorDan White <dan@whiteaudio.com>
Mon, 6 May 2013 04:25:54 +0000 (23:25 -0500)
committerDan White <dan@whiteaudio.com>
Mon, 6 May 2013 04:25:54 +0000 (23:25 -0500)
commit56df933597f5750e6f7eda580ec54abe0c473495
tree980bb85e3abf0bb2c29a364700f8500bec48fe76
parent70eadfe04c7c332f0040e9defc09df5da45e0b54
msp4th: flash boot loader

make target "bootrom" sets the correct flags and uses a tweaked ldscript for
all the right locations and such.

normal make targets, e.g. "all", assume you are building the boot rom for
testing in RAM space.

NOTE: this requires manually setting the reset vector to 0x4000 instead of the
location gcc uses.
ihex2rcf.py [new file with mode: 0755]
msp4th/Makefile
msp4th/flashboot.s
msp4th/ldscript_ns430_bootrom [new file with mode: 0644]
msp4th/main.c