crc_ctrl.h problem on the STM32WBA6
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.
