STM32cubeIDE
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2023-07-20 2:28 AM
we are trying to execute the CAN messages here we get error we are added header files but it give same error
please tell me how to resolve that error
we are waiting for your information
thank you
thanks and regards,
B.Mahaboob Shareef.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2023-07-20 4:34 AM - edited 2023-07-20 4:43 AM
Hello
try to #include "main.h" in the first line, probably other includes not needed. Inside of "main.h" should be #include "stm32f4xx_hal.h" which includes then "stm32f4xx_hal_conf.h" which includes needed hal- modules.
