Hi,
I am using TMS470 to compile an executable for A15. I have used inbuilt function _enable_IRQ() to clear the CPSR.i flag.
However, in the disassembly, I can see
MSR CPSR_cf, R0
And this is not modifying the IRQ flag.
Also, the code executes in USR mode.
What might be the issue?