Other Parts Discussed in Thread: TMS320F2808, SYSBIOS
Hello
I have used TMS320F2808 TISRC folder=> DSP280x_ECan.c file and enabled CAN clock as guided by
http://e2e.ti.com/support/microcontrollers/c2000/f/171/t/150435.aspx
but still my code stuck up on while loop ( CCE bit not getting 1.)
do
{
ECanaShadow.CANES.all = ECanaRegs.CANES.all;
} while(ECanaShadow.CANES.bit.CCE != 1 ); // Wait for CCE bit to be set..
Please guide me to get out of this loop.
Please check my code.2677.CAN_Driver.zip
Thanks & Regards
Newbee