This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Disabling Interrupts in the ARM core

I have tried to globally disable interrupts using the assembly defines mentioned in the Keil note about nested interrupts.
http://www.keil.com/support/docs/2910.htm

When I try to call IENABLE or IDISABLE I get assembler errors associated with the MRS LR op-code.

Has anyone gotten this to work? Is there an alternative method to globally diasabling interrupts in the Keil environment?

Rich