Hello,
Anybody knows how disable global interrupts on STR912FAW44 using MDK-ARM 4.12 toolchain? I'd need to protect some routines from VIC0 and VIC1 interrupt requests. In other words the execution of these routines must be atomic.
Thanks in advance, Gaston
"Or you can write your code in a SWI function, assuming it works the same on a ARM9 chip."
Yes, it does.