STM32L4xx HAL_CAN_Transmit_IT() enables interrupt before transmission
Posted on July 13, 2016 at 14:31Hello, the HAL function HAL_CAN_Transmit_IT() enables the Transmit mailbox empty Interrupt before the requesting transmission. At least if I run the CAN bus wit 1Mbit the mailbox empty interrupt is triggered before th...