STM32H7 STM32H755 How can i combinate 2 hex files (cm4 & cm7) ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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?
- Labels:
-
STM32CubeIDE
-
STM32H7 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-03-01 2: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-03-01 3:15 AM
Thanks, i'm going to try.
