STM32f469xx bxCAN not switching from Normal to Initialization while connected to bus with controllers communicating at baud rate of 500K
We have an STM32F469IG controller communicating with a similar one over CAN at 500K baud rate. The requirement is to change the baud rate while they are exchanging packets. We clear the SLEEP bit in CAN_MSR and set the INRQ bit. The hardware did not set the INAK bit. What could be the issue here?
Is it because at this baud rate, it is missing the 11 consecutive recessive bit sequence for the bus idle state?
