Part Number: TMS320F280039C
Hello Champs,
Would you please help how to configure to realize only data frame is transmitted and received for F280039C MCAN? That is to say, no remote frame is transmitted and received.
Thanks!
Best Regards,
Linda
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: TMS320F280039C
Hello Champs,
Would you please help how to configure to realize only data frame is transmitted and received for F280039C MCAN? That is to say, no remote frame is transmitted and received.
Thanks!
Best Regards,
Linda
Linda,
Not sure I understand the question. CAN FD protocol does not support remote frames. It is only supported in classical CAN. You are aware MCAN supports standard and remote frame only in the classical mode. Generating a remote frame is completely under the control of the code. That is, unless the code explicitly generates a remote frame, it will be not be generated. Likewise, unless the node is configured to accept and respond to a remote frame, any remote frame on the bus will be ignored by MCAN. Hope this clarifies.
Hello Hareesh,
Sorry for misunderstanding caused. It's for DCAN not MCAN. Would you please help again? Thanks!
Best Regards,
Linda
Linda,
My answer applies to DCAN as well:
Generating a remote frame is completely under the control of the code. That is, unless the code explicitly generates a remote frame, it will be not be generated. Likewise, unless the node is configured to accept and respond to a remote frame, any remote frame on the bus will be ignored by the CAN module.