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.

TMS320F28377D: SYSBIOS HWI and CAN Interrupts

Part Number: TMS320F28377D

CANIntEnable(CANB_BASE, CAN_INT_MASTER | CAN_INT_ERROR | CAN_INT_STATUS); CANGlobalIntEnable(CANB_BASE, CAN_GLB_INT_CANINT0);When the above code is used to enable CAN interrupt, the DSP code stops running.How can I solve the above problem?