STM32H743ZIT6 fdcan works at 100,125 and 1000 kbps but it doesn't at 250 and 500kbps
Hi everyone,I'm using an STM32H743ZIT6, Revision Y.I'm trying to test the fdcan peripheral by sending packets from fdcan1 to fdcan2 and checking the received packets.I wrote a test function that performs both Init and Tx/Rx.I'm only using the TX in F...