User Activity

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 ...
I have a simple CAN test where the CAN1 Peripheral on the STM32F446RE board is initialized using STM32CubeMX (Prescaler = 16, TimeSeg1/TimeSeg2/SyncJumpWidth = 1TQ, Mode = Normal, all parameters are DISABLED except for AutoRetransmission = ENABLE). A...