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


You are viewing a reply to ac6_flasher execute directly  

Re: ac6_flasher execute directly

Hi,

1-
The “ac6_stm32flasher.exe” ($ECLIPSE_HOME/plugins/fr.ac6.mcu.externaltools.win32.xxxx/tools/flasher) is an obselete tool. It does not support all the boards.

For now, we recommend you to launch the debug to program your chip or to download and to use “STM32 ST-LINK Utility” (at http://www.st.com/web/en/catalog/tools/PF258168).Question
We are currently working on a new feature to program/erase the chip from the Windows and Unix-based systems versions.

2-
To generate an intel hex file, you need to change the post-build command.
Select the project > Properties > C/C++ Build > Settings > Build Steps
Then replace the command by :
arm-none-eabi-objcopy -O ihex “${BuildArtifactFileBaseName}.elf” “${BuildArtifactFileBaseName}.hex”

Kevin.