cancel
Showing results for 
Search instead for 
Did you mean: 

STM32cubeIDE

mahaboob shareef
Associate

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
JTP1
Lead

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.