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.

关于28335 eCan_a_to_b_xmit 例程的问题

Other Parts Discussed in Thread: SN65HVD233

遇到了和这个帖子一样的问题。e2e.ti.com/.../69248.aspx  

Cana发送数据一直没有成功,在这里死循环。

do
     {
       ECanaShadow.CANTA.all = ECanaRegs.CANTA.all;
    
     } while(ECanaShadow.CANTA.bit.TA25 == 0 );   // Wait for TA25 bit to be set.. 

帖子后面有说是例程版本的问题,CCS是V3.3.83.20版本。试过v110、v120、V130、V131,各种可能的法子包括硬件,还是没能解决。

试过用一个CAN口给USB-CAN发送数据,也无法收到数据。硬件设计和ezdsp是一样的。

请问有谁遇到类似的问题,怎么解决的?

谢谢!