STM32 classic can bit rate config
Hi,I'm currently working on the STM32G491 board and implementing CAN communication. With the system clock configured using PLL at 80 MHz, I have set up the CAN peripheral with the following parameters: hfdcan1.Init.NominalPrescaler = 10; hfdcan...