| |||
| Home > Programmers Model > Modes of operation and execution > Operating modes | |||
The processor supports two modes of operation, Thread mode and Handler mode:
The processor enters Thread mode on Reset, or as a result of an exception return. Privileged and Unprivileged code can run in Thread mode.
The processor enters Handler mode as a result of an exception. All code is privileged in Handler mode.