cancel
Showing results for 
Search instead for 
Did you mean: 

crc_ctrl.h problem on the STM32WBA6

lindsey-anderson
Associate

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.

3 REPLIES 3
STTwo-32
ST Employee

Hello @lindsey-anderson and welcome to the ST Community.

Could you please give more details:

  • What are the versions of your STM32CubeMX,IDE and WBA.
  • How have you generated your project (own project or example).

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.

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. 

lindsey-anderson
Associate

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.