My STM32F446RE CAN controller declares a message on the bus (transmits SOF), but then never transmits anything else in the frame (bus just stays idle). Why is this?
I have implemented a CAN controller on the STM32F4 where it successfully transmits a SOF bit, but then the bus stays idle for the rest of the message. The values loaded into the registers are all correct and verified that they have been successfully ...