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