Question
STM32F105 CAN bus baud rate
Posted on May 05, 2013 at 10:24
Hi, I am currently working on a project that require to monitor the CAN bus for specific data and once it received the data it will process and store on to flash memory. The data come in high volume bursts.
One of the key requirement is that it has to be low power, I was thinking of throttling the PLL frequency once it finished writing data to flash memory to save some juice, however, this will inadvertently alter the baud rate of the CAN Bus. Has anyone have experience changing the PLL on fly and still able to receive data from the CAN Bus without missing any data on the network? Any help is much appreciate.Ben
#stm32f105-can-bus