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 importing a CubeMX project  

importing a CubeMX project

Hi Bernard,

I gave the “Generate Under Root” option in CubeMX another try.

The semantic error “Symbol SysTick_IRQn could not be resolved” persist.
The project never the less compiles fine.
Reindexing and deleting the error does not help.

I have found a clean solution:

Rigth click project name -> Properties -> C/C++ General (Tree) -> Indexer -> click on link “Configure Workspace Settings” (new window) -> uncheck “index unused headers” -> apply/ok

So I’m reconciled now with “Generate Under Root” in CubeMX.

Except that any time the project becomes regenerated by CubeMX I need to copy
/Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc/usbd_cdc.h
to
/Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc/USBD_CDC.h

Because of the line:

#include "USBD_CDC.h"

in /Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc/usbd_cdc.h
and the same in file
/Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc/usbd_cdc..c

Dieter