2019-05-12 07:18 PM
Hello.
I have got a bootloader and application that both work separately.
I want to combine from both file to one hex file using SPC5studio.
Is there any option and setting in SPC5studio?
Thank you in advance.
Solved! Go to Solution.
2019-05-14 01:44 AM
Hello ,
Have you tried to import SPC58ECxx_RLA Bootloader Application for Discovery ?
Anyway , you have to create your own linker file (user.ld) at the root of your project.
Best regards
Erwan
2019-05-12 10:45 PM
Hello,
Don't know if it helps or not I have flashed both application code and bootloader onto the micro-controller but on a different series(STM32f405). I used st link utility for flashing the code and keep in mind to change the address where the bootloader and application code has to be flashed. Also make sure to set the linker script ROM address to appropriate value. I have used the TrueStudio IDE for the same as well.
Altamash.
2019-05-12 10:54 PM
Intel HEX files can typically be merged in a text editor by losing the terminal record of the first file, and appending all the data from the second.
Tools like srecord should be able to merge/combine also, and the format is pretty trivial in any case.
2019-05-13 12:15 AM
See if SRecord can help you.
2019-05-14 01:44 AM
Hello ,
Have you tried to import SPC58ECxx_RLA Bootloader Application for Discovery ?
Anyway , you have to create your own linker file (user.ld) at the root of your project.
Best regards
Erwan