Loading...
 

SW4STM32 and SW4Linux fully supports the STM32MP1 asymmetric multicore Cortex/A7+M4 MPUs

   With System Workbench for Linux, Embedded Linux on the STM32MP1 family of MPUs from ST was never as simple to build and maintain, even for newcomers in the Linux world. And, if you install System Workbench for Linux in System Workbench for STM32 you can seamlessly develop and debug asymmetric applications running partly on Linux, partly on the Cortex-M4.
You can get more information from the ac6-tools website and download (registration required) various documents highlighting:

System Workbench for STM32


Auto-combining two .hex files

Hello sw4stm32 community,
I am reviewing the sample project: STM32H745I-DISCO_USBD-FS project that comes with version 1.5 of the STM32H7 firmware. Since this is a dual core processor, it builds the CM4 and CM7 cores separately, generating two separate .elf / .hex files. However, it is also generating a STM32H745I-DISCO_USBD-FS__Debug.hex file, which I believe to be the merged/combined version. However, I cannot find the settings which govern this behavior!
I would love to know how the IDE is accomplishing this behind the scenes. Is it invoking srec_cat? Is there another utility it is using?

Thanks,
Owna