[bug report] STM32F1 CAN HAL BUG: State locked in HAL_CAN_STATE_BUSY_TX_RX
Posted on May 02, 2016 at 18:13Hello, I found that hcan->State was set to HAL_CAN_STATE_BUSY_TX_RX in HAL_CAN_Transmit_IT() when transmission has started. But successful transmission was not caught and CAN_Transmit_IT() was not called. After that hc...