cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F4: CAN Interface

vgiampa
Associate
Posted on December 01, 2015 at 14:20

Is it possible to configure the CAN Interface in order to receive the message at the same time that it is sent?

#stm32f4-can-interface
2 REPLIES 2
Posted on December 01, 2015 at 14:58

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.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Mark Edwards
Associate II
Posted on December 01, 2015 at 23:13

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.