Solved
TouchGFX and FDCAN integration
- November 10, 2024
- 2 replies
- 1076 views
Hi all,
I am trying to use the STM32H735G-DK as a Dashboard/Speedometer for a car project. However, I am having trouble integrating the FDCAN with the GUI. I have tried building the FDCAN code first then generating the GUI and vice versa.
The Board is receiving CAN messages fine however it is not sending anything back, instead, the TxBuffer fills up and causes error 512. My colleague told me there is something to do with the interrupt timing and FreeRTOS, so I have tried polling and it still wouldn't work. my main way of testing is connecting the two FDCAN peripherals already on the board in normal mode and sending messages.
I have uploaded my .ioc file and main.c
any pointers and help would be much appreciated, thank you!
