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,