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.

CCS: multiple gpio interrupts generation

Other Parts Discussed in Thread: TMS320C6455

Tool/software: Code Composer Studio

Hi Sir,

 I am using TMS320C6455 DSP. We are using GPIO3 & GPIO5 interrupts .I am doing initializations of both interrupts seperately at the starting of the program.the interrupt generation code will be in while loop so  that both  interrupts should come continuously , But Only one  ISR is running.Another ISR it is not hooking.What may be the reason?

If I Initialize every time before getting interrupt, both interrupts are servicing.When I initialize only once at the starting only one ISR is running.But Both the events are generating.If two events comes  at a time any one event will miss? one event is servicing but another event is not servicing?Can you please help to solve this issue.

Thanks&Regards,

Vaishnavi.