Question
Running code from SRAM through BAM loader
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,