2025-05-10 9:42 AM
I created a project with cubeide 1.18.0 using stm32wba55. I am doing code generation but it gives crc_ctrl.h error while compiling. What can I do?
2025-05-10 10:14 AM
Read the error message and correct the issue.
2025-05-10 10:19 AM
Sorry,
I am creating a client device using STM32WBA63CI. But it gives the following errors while compiling. I am generating code from scratch but it is not working.
2025-05-10 10:26 AM
Other problem is below. Could you help me please?
2025-05-10 11:21 AM
Check that the .H file is actually there.
Make sure you have a copy of the file where the compiler can find it, or some where on the INCLUDE PATH
2025-05-10 11:30 AM
Hi,
I didnt find in project files this crc_crtl.h.
Best regards,
2025-05-10 1:52 PM
Hello @caglarpasli
How have you created your project. Based on an example or how?
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-05-10 3:55 PM
https://github.com/STMicroelectronics/STM32CubeWBA/blob/main/Projects/Common/WPAN/Modules/crc_ctrl.h
2025-05-11 12:07 AM
2025-05-11 2:02 AM
Hello @caglarpasli
So, first try to update to the STM32CubeMX V6.14.1 and the STM32CubeIDE V1.18.1. After that, configure the project with the standalone STM32CubeMX and generate it to CubeIDE. If you still have an issue, please send your .ioc file (that you made using the STM32CubeMX V6.14.1).
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.