Part Number: TMS320F280025
Hi,
According to the information provided in this link: https://software-dl.ti.com/C2000/docs/c28x_interrupt_nesting/html/index.html
I cannot enable interrupts outside the ISR group by setting the PIEIER register in the ISR. For example, if I'm in ADCA1 ISR I cannot enable EPWM1 PIEIER bit to have higher priority than ADCA1 since it is in group 3.
In the document, it says I have to follow "Disabling Interrupts" section in the TRM. Can you please provide more information on this point? Is it that I have to disable all interrupts first before
enabling the other group interrupts? What if I just set the PIEIER bit of the desired interrupt just after I set the IER bit? What will happen?
Thanks,
Ahmed