STM32 & CAN bus - problem with communication
Posted on March 24, 2014 at 19:33I have STM32F429-Disco board and I'm trying to connect two CAN interfaces, which this board has. My parts of the code are: /* CAN1 init function */ void MX_CAN1_Init(void) { hcan1.Instance = CAN1; hca...