User Activity

Hello,I've set up FDCAN on my STM32H753. I'm reading the transmissions using both an oscilloscope and an Analog Discovery 2.I'm currently debuggning a loop which transmits the same message over and over again. About half of the times I only get the S...
I'm having an issue with the callback function. For some reason it stops getting called after an uncertain amount of times. Both USART 2 and 3 had this issue initially, but by clearing the overrun error flag in each callback, the callback was called ...