2018-09-16 10:09 PM
How to calculate the time for bit of CAN in Stm32Cubemx ?
2018-09-18 06:02 PM
Hi Manoj,
I discovered this site a short time ago, seems to be very intuitive.
2018-09-19 12:32 AM
2018-09-19 12:37 AM
2018-09-19 12:39 AM
2018-09-19 08:18 AM
At the end of the day much of this is simple math
You take the APB clock and divide it by the Prescaler, and then further divide by the sum of the bit-quanta settings.
ie bit rate = (APBCLK / Prescaler) / (a + b + c)