Resolved! STM32F4 HAL Dual CAN: Doesn't receive messages on CAN2 (CAN slave)
I am able to send messages from CAN1 and CAN2 and able to receive messages on CAN1 but I am not able to receive messages on CAN2. Does sombody know what I am doing wrong or what I forgot to do? static void MX_CAN1_Init(void) { /* USER CODE BEGIN...