STM32F407 Dual CAN - CAN1 both tx rx works, on CAN2 only tx works, receive does not
I have customized hardware based on STM32F407 controller.I want to communicate on both CAN 1 and CAN 2. Both on 250 kbps baud rate but on different CAN bus due to some design requirement.tx = Transmit, rx = ReceiveI am able to tx and rx on CAN1 but ...