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.

RTOS/TMS320F28377S: SYSBIOS HWI and CAN Interrupts

Part Number: TMS320F28377S
Other Parts Discussed in Thread: SYSBIOS

Tool/software: TI-RTOS

I use interrupts to receive CAN messages. The CAN interrupts are working, if I am not using sys/bios. If I use sys/bios, I receive only one interrupt to process incoming message. Then the control goes to Hwi_unPluggedInterrupt().

It's look like I am missing some configuration. I read TI-RTOS document, it talks about creating HWI,SWI and blink LED's. But, it is not talking about HWI and CAN interrupts. 

(Ex: CAN_enableInterrupt(CANA_BASE, CAN_INT_IE0 | CAN_INT_ERROR | CAN_INT_STATUS) , CAN_enableGlobalInterrupt(CANA_BASE, CAN_GLOBAL_INT_CANINT0); )

It will be nice, if I get any reference document about how to use sys/bios and driverlib together with interrupts.

Thanks

AJ