Skip to main content
Visitor II
September 4, 2007
Question

Enable/Disable Global Interrupts

  • September 4, 2007
  • 11 replies
  • 4403 views
Posted on September 04, 2007 at 20:02

Enable/Disable Global Interrupts

    This topic has been closed for replies.

    11 replies

    Visitor II
    May 17, 2011
    Posted on May 17, 2011 at 09:44

    This was not intentional. I am using startup code supplied by Keil with a demo board supplied by them as well.

    From their STR91x.s

     

    MSR CPSR_c, #Mode_USR

     

    MOV SP, R0

     

    SUB SL, SP, #USR_Stack_Size

     

    IMPORT __main

     

    LDR R0, =__main

     

    BX R0