Skip to main content
Visitor II
July 20, 2023
Question

STM32cubeIDE

  • July 20, 2023
  • 1 reply
  • 799 views

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.

    This topic has been closed for replies.

    1 reply

    Graduate II
    July 20, 2023

    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.