Hi, I am using OMAP-L138 and I am programming FIR filter with asm inside the DSP core. I have a problem that, whenever an interrupt occur during executing the asm code, it jumped to address 0 x e8dbd920 and never return. This problem can be avoided when i disable the PGIE bit in CSR, during the execution of the asm code. But it is important for me to be able to execute the ISR whenever the interrupt occur when executing the asm. So, what's the cause of this problem, and what's the solution. Thank you.