cancel
Showing results for 
Search instead for 
Did you mean: 

Running code from SRAM through BAM loader

davedave95
Associate III
Posted on October 17, 2016 at 21:10

Hello,

Does SPC5Studio provide a way to configure the toolchain to link code to the appropriate address to run from the BAM bootloader, or should I just modify the generated application.ld as I see fit?

My goal is to write a simple recovery loader which gets loaded in SRAM through the bam, which can then download an image through CAN or LIN and write this to flash.

Thanks,

1 REPLY 1
procolo
Senior
Posted on October 18, 2016 at 09:27

Hi,

currently spc5studio do not support BAM bootloader. Sorry for that.

Regarding application.ld , please remember that each time you generate, your modifications will be overwritten. To avoid this beaviour , next release (which will be released soon) will give you the possiblity to define your own user.ld which will be used instead of application.ld and which will be not overwritten when generate.

Regards