Need support to generate .srec files using "Export Compiled Binaries" option #2275
Replies: 2 comments
-
Hi @abhaysbharadwaj
About adding an offset you can add a Result
If you used Arduino IDE 2 you will probably have to delete the cache as there is a bug about cache not refreshed. |
Beta Was this translation helpful? Give feedback.
-
Hi @fpistm There is an issue where the application fails to run after the offset. I am trying to figure out if it is a bootloader issue or something to do with the vectors not getting offset properly. To Elaborate what I am trying to achieve:
I am working on this. I will update things here if I am able to figure it out. |
Beta Was this translation helpful? Give feedback.
-
Describe the solution you'd like
Arduino 2.x has a cool feature when you click "Export compiled binaries", it exports .bin, .elf, .hex and .map files now. Previous 1.x IDE would give only .bin file.
I want to generate a .srec file and an option to offset the application code from the default 0x8000000 to lets sat 0x8002000. Any way I can do this from the Arduino IDE itself or by running an additional command line?
Example export files that get generated:
Beta Was this translation helpful? Give feedback.
All reactions