2016-10-17 12:10 PM
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,2016-10-18 12:27 AM
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