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


new to ST in general... actually new to ARM


Hi,

Related to your screenshot:
- your include paths (that with STM32Cube) does’t look good. i think those includes are not known by IDE - probably the paths are wrong (see attached file on how the paths should look)
- (not so relevant, due to previous point) The “Console” window have more relevant information related to errors. There is no helpful message in that error (“make: ***”).

When did you import the UART example did you follow the steps described in document “Importing ST HAL examples into OpenSTM32 System Workbench.pdf” ?
You should create a new workspace in the UART example\SW4STM32.

I have created a minimal project for blinking the LD2 LED on Nucleo F401RE. The project has 8 .c source file and 24 headers files. I copy only what was necessary.
I made screenshots during project creation. I will add a directory with the screen-shoots (in order) and hope that will be enough for beginning. I can add this files
in few days to bitbucket or github. This project is small (few megabytes).


Here is a link to one project that uses HAL library and is created from scratch (the project used as example in previous posts). There is a readme file.
You can Clone the project or download as zip file from site.
https://bitbucket.org/csalageanu/429i-w.gitQuestion
If you clone, you should wait 2-3 minutes until it finishes.