Other Parts Discussed in Thread: TMS320C6748
Hi,
Iam using Code Composer Studio Version: 4.1.3.00038 IDE and tms320c6748 DSP for my design.Iam using UART module and configuring it to work in interrupt mode,the problem is whenever an interrupt occurs the ISR is not invoked.I could see the processor's hardware registers IER(Interrupt enable register) getting enabled and even IFR bit is set via register watch in debug mode.Also the data arrives in the receive buffer and IIR flag for the receive interrupt is set in the UART module.
The IER resisters are successfully enabled and the IFR register is set for the respective interrupt when the data arrives in the receive buffer,but the ISR is not invoked.
could some one help me out in this problem