• Supervisor Mode vs Users Mode
    First of all I'm using STR735 The start-up code enters the Supervisor Mode, sets up the stack pointer followed by the User Mode seting up the stack pointer; then jumps to main. Im my application...
  • Supervisor Mode vs Users Mode
    First of all I'm using STR735 The start-up code enters the Supervisor Mode, sets up the stack pointer followed by the User Mode seting up the stack pointer; then jumps to main. Im my application...
  • supervisor mode
    Hello, is it quite normal, that a arm9 microcontroller starts in the supervisor mode? How could I changed the mode into user mode? Or is it better to work in the supervisor mode? I've only the...
  • supervisor mode
    Hello, is it quite normal, that a arm9 microcontroller starts in the supervisor mode? How could I changed the mode into user mode? Or is it better to work in the supervisor mode? I've only the...
  • supervisor mode problem
    Hello, If I run in supervisor mode, can i use IRQ_Handler ? or muss l always use the SWI_Handler. I made a test for my application where a IRQ_Handler is implemented. but when an interuption occurs...