2025-07-09 12:41 PM - last edited on 2025-07-09 1:03 PM by STTwo-32
I'm having the same issue on my NUCLEO-WBA65RI project. This problem specifically occurs when I try to use both X-CUBE-FREERTOS and STM32_WPAN. The project cleanly builds just fine if I only use one or the other, but as soon as I try to include both in a project I receive this "fatal error: crc_ctrl.h: No such file or directory" error.
I am currently using X-CUBE-FREERTOS version 1.3.1 with CMSIS RTOS2 version 10.6.2.
I can see in the BLE_HeartRateFreeRTOS project that there is a CRC_Ctrl folder generated under "Application/User/System/Config" that is not being generated under "System/Config" on my system, in addition to crc_ctrl.c/h not being generated under "Projects/Common/WPAN/Modules" on my system.
Moved from this thread.
2025-07-09 1:09 PM - edited 2025-07-09 1:09 PM
Hello @lindsey-anderson and welcome to the ST Community.
Could you please give more details:
Best Regards,
STTwo-32
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-07-09 1:35 PM
I am using IDE version 1.19.0, STM32CubeMX version 6.15.0-RC7. I'm not sure Which WBA version is selected in the project, but this is a recently created project, and I have selected STM32WBA65I-DK1 in the board selector menu when creating this project.
I also created this project from the board selector, without an example.
2025-07-09 2:06 PM
I have since made another project, and have selected the STM32WBA65RIV7 chip instead of the NUCLEO development board, with X-CUBE-FREERTOS version 1.2.0 instead of 1.3.1 and the resulting error is the same.