Skip to main content
Explorer II
November 8, 2024
Solved

Cortex M7 Operating Modes

  • November 8, 2024
  • 3 replies
  • 1532 views

Hii,

 

In ARM cortex M7 Architecture, Two modes are there one is Thread Mode and Handler Mode. Here, What is my query is How to switch Thread mode to Handler Mode? What Instruction we have to write example, msr xpsr in Assembly?

 

Regards,

    This topic has been closed for replies.
    Best answer by Uwe Bonnes

    W/o any special setup, interrupts switch to handler mode and return from interrupt to thread mode.

    3 replies

    Graduate II
    November 8, 2024

    W/o any special setup, interrupts switch to handler mode and return from interrupt to thread mode.

    Explorer II
    November 8, 2024

    Yeah, Exceptions are specified as Handler mode.

    Super User
    November 8, 2024