Hi.. my problem is regarding interrupts in 2812 dsp..
I am using CINT0 and T1PINT interrupts. But while executing the code both are interrupting each other. which means when CINT0 in progress T1PINT is interrupting the CIN0. Simillar thing is happening while T1PINT is in progress. actually, code execution time is 6micro sec in T1PINT because of CINT0 interruption code execution time in T1PINT becomes 40micro sec. T1PINT interrupt is 0.1ms and CINT0 is 2ms. Can u please tell me how to resolve this???
And I want to know can we generate 2ms interrupt without using GP TIMER and CPU interrupts.??