Hello,
On Thursday 19 May 2005 13:55, unikum888 wrote:
> has any of you ever tried to disable interrupt and enable
> interrupt succesfully inside code, that was compiled by the
> CARM compiler?
In the User mode this is not possible.
In the other modes you can use the inline assemble command 'msr'
(ARM command).
I use the Software Interrupt to call functions, that should not
interrupt. Within the CARM Compiler this is very simple.
--
Steffen Rose