2017-06-01 02:40 AM
Hi St Community,
I’m working on CAN J1939 protocol, with two STM32 F103RB - Nucleo64 and two transceivers (MCP2551). I’m looking for decrease the data rate to 250 Kbits/s but I have no idea of how to do that. Should I use timer for that and how?
Thanks for your attention, Regards, Nicolas2017-06-01 05:58 AM
The bit rate is determined by the APB bus clock, the CAN prescaler, and the sum of the bit timings.
ie CAN bit rate = (APBClock / Prescaler) / (x + y + z)