EXCRETORY SYSTEM
CORTEX
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Wait-For-Event (WFE) instructions.
|
|
Wait-For-Interrupt (WFI)
|
|
Both WFI and WFE
|
|
None of these
|
Detailed explanation-1: -The WFI (Wait for Interrupt) instruction causes the processor to enter sleep mode immediately. The processor can be woken up from the sleep mode by interrupts, reset, or by debug operation.
Detailed explanation-2: -Sleep mode will halt the CPU clock but will leave the system clock, flash and peripheral clocks operational. Deep sleep mode will not just halt the CPU clock but also turn off the system clock, flash and the PLL.
Detailed explanation-3: -The term “sleep mode” (sometimes called “power down mode”) refers to a condition in which an embedded system enters a low-power mode. Typically, the microcontroller (MCU) ceases to perform any computations, although it will retain any current data, and peripheral functions will stop working.