Other Parts Discussed in Thread: C2000WARE
Tool/software: Code Composer Studio
I have a problem running the example program in C:\ti\c2000\C2000Ware_1_00_01_00\driverlib\f28004x\examples\can.
"can_ex1_loopback" worked normally but the "can_ex2_loopback"_interrupts cannot. it always stopped in
if(errorFlag)
{
asm(" ESTOP0");
}
The reason is the transmit number(2) is larger than receive number(1).
I cannot find the certain solution. Please give kind help.