Fatal error stm32h7xx_hal_can.h: No such file or directory
Please help how I can find this library.
STM32-H7A3ZI-Q with latest STM32CubeIDE
Please help how I can find this library.
STM32-H7A3ZI-Q with latest STM32CubeIDE
Hello,
There is no stm32h7xx_hal_can.h in H7 cube HAL. You need to use FDCAN (stm32h7xx_hal_fdcan.h).
You need to use FDCAN peripheral in classic mode as a replacement of bxCAN.
Refer to this example: https://github.com/STMicroelectronics/STM32CubeH7/tree/b9d11df3020deef82310c88f3d8590d076b43ef7/Projects/STM32H743I-EVAL/Examples/FDCAN/FDCAN_Classic_Frame_Networking
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.