Running code from SRAM through BAM loader
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2016-10-17 12:10 PM
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 discussion has been locked for participation. If you have a question, please start a new topic in order to ask your question
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2016-10-18 12:27 AM
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