STM32F427 CAN2
Posted on April 26, 2016 at 20:03Hi, I have configured CAN1 and CAN2 with CubeMX. The CAN1 Transmit and Receive in Polling works fine, but CAN2 appears not to work in Transmit, I have changed the handle in the working code from hcan1 to hcan2, the H...