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.

CAN Communication with External device

Other Parts Discussed in Thread: TMS320F28335

I'm using TMS320F28335 TM DSP Platform Code Composer Studio DSK V3.3 IDE, and eDSP tool for F28335

i facing two problems

problem 1)

    when i tried with example programs eCAN communication program its working for internal can communications

    the example programs are * ecan_a_to_b_xmit and * ecan_back2back

    When i used ecan_back2back example program for Externel CAN devices. the transmission is happening but while receiving i'm not able to receive desired data

    But in the case of ecan_a_to_b_xmit example program only transmission part is happening no reception.

problem 2)

    i can only check my program in only in debug mode only, please some one help me out how to get .hex file while re-build the project.