In RUN mode, the CPU is active executing code and any peripheral can be enabled.
There are three RUN mode policy options: RUN0, RUN1, and RUN2.
- RUN0: The MCLK and the
CPUCLK run from a fast clock source (SYSOSC).
- RUN1: The MCLK and the
CPUCLK run from LFCLK (at 32kHz) to reduce active power, but SYSOSC is left
enabled to service analog modules such as an ADC, .
- RUN2: The MCLK and the CPUCLK run from LFCLK (at 32kHz), and SYSOSC is completely disabled to save power. This is the lowest power state with the CPU running.