2015-12-01 05:20 AM
Is it possible to configure the CAN Interface in order to receive the message at the same time that it is sent?
#stm32f4-can-interface2015-12-01 05:58 AM
I don't think so, but as you already have the data you are sending you can probably handle this in the stack once it indicates the data has been sent successfully.
2015-12-01 02:13 PM
Configure both CAN ports and connect them to the same network. TX on one port and check the other to confirm a valid message was on the network.