[error report] STM32F1 CAN HAL BUG in HAL_CAN_Transmit_IT
Posted on April 20, 2016 at 00:03hcan is locked permanently in HAL_CAN_Transmit_IT when all transmit boxes are full. Bellow is compressed HAL_CAN_Transmit_IT function: HAL_StatusTypeDef HAL_CAN_Transmit_IT(CAN_HandleTypeDef* hcan) { uint32_t tran...