2024-11-25 02:45 PM
Hi: I'm a "newbie" to STM processors. I have a board with the STM32H745BIT3 processor on it. I'd like to get the board to initially communicate via FDCAN to my laptop. My laptop has a PEAK FDCAN device on it. Is there a base CubeIDE project or .ioc file out there that I could use to initially get a prototype project running to communicate with the laptop. Once I get initial communication working, I plan on trying to use the emotas CANOpen stack. Any comments regarding FDCAN communication on a H745 processor is much appreciated.
2024-11-25 04:56 PM
You can refer to the following 2 videos
2024-11-25 05:21 PM - edited 2024-11-25 05:25 PM
FDCAN examples for STM32H745 are here: https://github.com/STMicroelectronics/STM32CubeH7/tree/master/Projects/STM32H745I-DISCO/Examples/FDCAN
If you've installed CubeIDE or CubeMX, these examples likely are in the "Cube repository", already downloaded to your PC.
You'll have to adapt them for your board.
2024-11-25 10:57 PM - edited 2024-11-25 10:57 PM
Hello,
FDCAN examples for this part number are provided in STM32H7 Cube package:
You can also refer to this article:
https://community.st.com/t5/stm32-mcus/stm32-fdcan-running-at-8-mb-s-on-nucleo-boards/ta-p/730281