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


empty project using HAL and USB device middleware

when I run CubeMX and select the Nucleo-64 STM32F446RE I get an unresolvable error in the clock configuration. Seems as if the chip expects an HSE input. but why that? I can also achieve the respective Clocks with the onboard HSI..
and isn’t it possible to create a project with HAL without using CubeMX? After all the Nucleo-64 board description doesn’t say something about USB restrictions..

ok, i ignored the fault and generated the code but it’s not really working.
What would anyone suggest for a good starting point to evaluate the module step by step. CubeMX looks really great, but its also so powerfull that I need to make small steps in the beginnig. Are there some working examples?