cancel
Showing results for 
Search instead for 
Did you mean: 

Cortex M7 Operating Modes

Lisha_Sweetha
Visitor

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,

1 ACCEPTED SOLUTION

Accepted Solutions
Uwe Bonnes
Principal III

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

View solution in original post

4 REPLIES 4
Uwe Bonnes
Principal III

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

Yeah, Exceptions are specified as Handler mode.