[on Thu 07 of Jan., 2010 03:07 EST, by zhanx]
Ok mass info at once:
These commands
make clean
make LINKER=lanchon-stm32-user-rom.ld DEFFLAGS=VECT_TAB_ROM
sudo make programFlash
These commands
make clean
make LINKER=lanchon-stm32-user-ram.ld DEFFLAGS=VECT_TAB_RAM
sudo make program
the first set of commands will upload to the FLASH.
the second will upload to the RAM.
a versus o and the word FLASH make a big difference.
I put both sets in a shell script. to make it easier for me