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


CubeMX - Get rid of ' Configuration' in the name ASAP

Hi Ac6,

The ’ Configuration’ part results in errors as with openOCD command line blanks not accepted in filenames.

This is obvious.

Ac6 may choose to completely eliminate the ’ Configuration’ concatination or replace it by ‘_Configuration’. Do this and your openOCD implementation in SW4STM32 will manage the flashing a lot more flawlessly.

Greets!
Ben

PS: See multiple screenshots below for proof of bug caused by CubeMX file naming including ’ Configuration’.

PSS: The CubeMX developers could have seen it coming because eclipse generates the command line as: /home/benoit/Ac6/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.openocd.linux32_1.3.0.201507241119/tools/openocd/bin/openocd -f STM32F103C8T6_minimalsystem_PC13LED.cfg -s “/home/benoit/workspaceSTM32Fxx/PC13LED_stm32f103c8t6/SW4STM32/PC13LED_stm32f103c8t6 Configuration” -s /home/benoit/Ac6/SystemWorkbench/plugins/fr.ac6.mcu.debug_1.3.0.201507241045/resources/openocd/scripts -c “program Debug/PC13LED_stm32f103c8t6 Configuration.elf verify exit” which results in ‘Configuration.elf’ being seen as a separate command argument. Say ‘thank you’ ;)