cancel
Showing results for 
Search instead for 
Did you mean: 

Initial project using STM32H745BIT3 supporting FDCAN

KennyD
Associate

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.

3 REPLIES 3
ngoctoan150699
Associate III
Pavel A.
Evangelist III

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.

 

SofLit
ST Employee

Hello,

FDCAN examples for this part number are provided in STM32H7 Cube package:

https://github.com/STMicroelectronics/STM32CubeH7/tree/master/Projects/STM32H745I-DISCO/Examples/FDCAN

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

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.