cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F103 - sending and receiving CAN remote frames

jerzy
Associate II
Posted on December 14, 2016 at 21:23

I'd like to know, how to send and receive remote frame properly. Do i have to realize the recognition of remote frame and sending data frame back by software, or it's realized fully by the hardware?

2 REPLIES 2
Khouloud GARSI
Lead II
Posted on December 26, 2016 at 15:01

Hello www1,

To send the remote frame, you should correctly configure the IDE and the recessive RTR.

In the reception, you should configure the mask in order to receive only the frames that have the same IDE and recessive RTR (previously sent).

I advise you to take a look at the reference manual for the device that you are using; section 'Controller area network'.

May this help you.

Khouloud.

Posted on December 26, 2016 at 15:26

Doesn't the protocol acknowledge reception at the remote node? You get an error if you transmit onto a empty bus.

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..