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 Semihosting with STM32  

Semihosting with STM32

thank a lot for sharing this thread was very helpfull to get printf to go true

i’m now trying file creation and rd/write but it is not behaving as expected
if i do not use an absolute file path like “c:\tmp\testfile” but ‘testfile” no file get create despite no error is returned ?
Same hapen If using a path to write protected place like “C:\” it’s like the “CWD” curent dir is some rd only folder

I would expect that “CWD” to be location where debuger is started ie “Debug” folder of the project. and that using relative path to cetae a file here (what’s seam to hapen with other plugin and toolchains)

In crosgcc or gcc debug configuration their is usualy a way to overhide where program ran but that’s not here for ac6 config ???

any help welcome