Skip to main content
davedave95
Associate III
October 17, 2016
Question

Running code from SRAM through BAM loader

  • October 17, 2016
  • 1 reply
  • 681 views
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,

    This topic has been closed for replies.

    1 reply

    procolo
    Visitor II
    October 18, 2016
    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