Site Search

Silicon Labs EFM32: What API should I use to enter low power modes (EM1-EM4)?

EFx32

EMU in emlib provides a set of related APIs.

  • When migrating to EM1

EMU_EnterEM1();

  • When migrating to EM2

EMU_EnterEM2(true); // Restore oscillator and clock settings after waking up (return to original state) EMU_EnterEM2(false); // Do not restore oscillator and clock settings after waking up

  • When migrating to EM3

EMU_EnterEM3(true); // Restore oscillator and clock settings after waking up (return to original state) EMU_EnterEM3(false); // Do not restore oscillator and clock settings after waking up

  • When migrating to EM4

EMU_EnterEM4();

See the API documentation for details.

Experienced FAE
Free consultation is available.

From specific product specifications to parts selection, the Company FAE will answer your technical concerns free of charge. Please feel free to contact us.