STM32F4 CAN HAL library - TX and RX
Posted on April 26, 2016 at 12:25Hi, I am using the STM32F429ZI CAN peripheral in polling TX and interrupt RX with HAL library V1.4.4 of 22-January-2016. This the procedure that I use: During CAN init, I call the HAL_CAN_Receive_IT to enable the f...