13.3.3.2 Wake-up Time

The normal wake-up time for the device is six main clock cycles (CLK_PER), plus the time it takes to start the main clock source and the time it takes to start the regulator, if it has been switched off:
  • In Idle mode, the main clock source is kept running to eliminate additional wake-up time
  • In Standby mode, the main clock might be running depending on the peripheral configuration
  • In Power-Down mode, only the OSC32K oscillator and the Real-Time Clock (RTC) may be running if it is used by the Brown-out Detector (BOD), Watchdog Timer (WDT) or Periodic Interrupt Timer (PIT). All the other clock sources will be OFF.
Table 13-5. Sleep Modes and Start-up Time
Sleep ModeStart-up Time
IdleSix clock cycles
StandbySix clock cycles + one (OSC start-up + Regulator start-up)
Power-DownSix clock cycles + one (OSC start-up + Regulator start-up)

The start-up time for the different clock sources is described in the CLKCTRL - Clock Controller section.

In addition to the normal wake-up time, it is possible to make the device wait until the BOD is ready before executing code. This is done by writing 0x3 to the BOD operation mode in Active and Idle (ACTIVE) bit field in the BOD Configuration (FUSE.BODCFG) fuse. If the BOD is ready before the normal wake-up time, the total wake-up time will be the same. If the BOD takes longer than the normal wake-up time, the wake-up time will be extended until the BOD is ready. This ensures correct supply voltage whenever code is executed.