stm32duino / Arduino_Core_STM32

STM32 core support for Arduino

Home Page:https://github.com/stm32duino/Arduino_Core_STM32/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need support to generate .srec files using "Export Compiled Binaries" option

abhaysbharadwaj opened this issue · comments

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:
image