2021-02-26 11:07 PM
Hello
After generating the Code from cubeMX and compiling with cubeIDE, elf / hex files are created. CM4.hex and CM7.hex
how can I combine these two in one hex file?
where can I find this setting?
2021-03-01 02:48 AM
Hello Hans!
Usually separate hex files are programmed sequentially to the flash using your device programmer. If you want to combine several hex files there are some free software which can be used. E.g. srec_cat.exe available at sourceforge. Although I haven't used it myself.
Normally in STM32CubeIDE the two elf files from CM4 and CM7 are used when starting the debug session. Both files can be loaded by selecting them in the Load List in the Debug configuration.
2021-03-01 03:15 AM
Thanks, i'm going to try.