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 issue at SDK 2.1.3.156

Hi

My customer found CAN would jump in transmit interruption continuously when update to SDK 2.1.3.156, no this problem if back to SDK 2.1.2.111.

Compare the code, the difference is line1113 at TivaWare_C_Series-2.1.2.111\driverlib\can.c

SDK 2.1.3.156:HWREG(ui32Base + CAN_O_IF1CMSK) |= CAN_IF1CMSK_CLRINTPND;

SDk  2.1.2.111:HWREG(ui32Base + CAN_O_IF1CMSK) = CAN_IF1CMSK_CLRINTPND;

 Is it a SW bug?

2.Can we use 100 meter length network cable to running 500kbps speed? Thanks.