[BUG?] STM32F3 CAN transmit timeout
Posted on May 12, 2016 at 03:48Hi, I just noticed another oddity in the CubeMX HAL drivers: when I send a CAN message on an empty bus the function HAL_CAN_Transmit(...) waits in a loop for the timeout and then cancel the sending of the frame:/* Chec...