I am developing multithreaded software for C6678 platform. Now I have encountered the problem of dropped interrupt with INTXERR (at 0x01800180) equal to 400E0001. This indicates that the dropped event is 0x40, i.e., TINTLn. I believe that the BIOS (task) uses TINTL0 to TINTL7? My code uses timer instance 8. It seems that once this happens, all other interrupts I am using fail to trig. Could any one tell me a clue what could be the possible reason for this dropped interrupt.
Dongning