How does FDCAN time stamping work exactly on the STM32H7 ?
The FDCAN module generates timestamps for sent and received messages, and you can configure it to use TIM3 as the source. Unfortunately, the documentation is rather thin, so I am left with a few questions:Do TIM3 and FDCAN need to run from the same c...