Hi,
I have a loop in my code for C6748 DSP, which is small in size but it is executed a large number of iterations. I have seen in the assembly generated by the compiler that a pair or DINT/RINT instructions are generated before/after the loop. So, interrupts are disabled during the loop. How can I avoid this?
Best Regards,
Miguel