I get "stuff error" ( ErrStat = 0x00000063 ) when I send messages with the function "canTransmit". I use the USB stick and CCSv4. I run the demo project "Demo_Software_Ver1_1". I have only added two lines:
canInit(); i = canTransmit((canBASE_t *)canREG1, canMESSAGE_BOX1, mess);
and altered one line (can.c line 156):
canREG1->IF1ARB = 0x80000000U | 0x40000000 | 0x20000000U | ((1U & 0x1FFFFFFFU) << 0U); /Jonas