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.

TMS320F280039C: MCAN example for CAN2.0B

Part Number: TMS320F280039C
Other Parts Discussed in Thread: C2000WARE, SYSCONFIG

Dear Champs,

I am asking this for our customers.

The user asks for a simple example to show classical CAN2.0B communication with filter settings on MCAN module.

Would you please guild us which example in c2000ware is better to start with or do you have such an example?

Either with or without Sysconfig is good.

Wayne

  • Wayne, 

    There are multiple C2000ware examples that you will need to refer to here. 

    For transmitting Classic CAN frames, see "mcan_ex7_classic_transmit"

    For receiving Classic CAN frames, the process is same as receiving CAN FD frames, but for receiving in Rx Buffer, see "mcan_ex4_receive".

    For filtering options, see "mcan_ex5_mask_filter_receive" and "mcan_ex8_range_filter_receive"

    Throughout the examples most of the initial configuration remains the same except the Message RAM configuration and Filter Elements. 

    Thanks.