2025-03-30 3:41 AM - last edited on 2025-04-02 3:15 AM by Andrew Neil
CubeMx v6.14, cmake project, stm32h573ritx.
Hi, I am developing a project using threadx and usbx on a h573ritx mcu in cmake using cubemx generator, I have encountered where all but usbx_stm32_device_controllers folder files are included in the CMakeLists.txt. Adding them does seem to fix the issue.
2025-04-02 3:06 AM
Hi @Quazar
Would you attach IOC file to replicate.
As far as I can see,
${CMAKE_SOURCE_DIR}/Middlewares/ST/usbx/common/usbx_stm32_device_controllers
usbx_stm32_device_controllers is already included.
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2025-04-02 9:19 AM
Missing files in cmake/stm32cubemx/CMakeFiles.txt.
In project.zip i added a cleanly generated project using the exact same ioc i have in my project. No .c files under this folder are included in the project.
I am using STM32CubeMx version 6.14.0. on windows 11
Steps:
1. coppied ioc to new folder
2. opened ioc with cubemx
3. generated clean cmake project
4. imported project to vscode
5. build project - success
6. added `ux_dcd_stm32_initialize(0, 0);` in USBX/App/app_usbx_device.c:MX_USBX_Device_Init()
7. build project - fail
8. added *.c files to sources in ./CMakelists.txt
9. build project - success
2025-04-02 9:37 AM
Thank you for the detailed steps @Quazar. An internal ticket 206676 is submitted to dedicated team.
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.