The APM powers up and down analog peripherals on the microcontroller (MCU) in power-sensitive applications that do not require continuous analog operation. If a battery-operated sensor node only measures a voltage once per second, then power is wasted any remaining time the Analog-to-Digital Converter (ADC) is on.
The diagram on the right is a simple example that shows how you can use the APM to save power when sampling signals. Initially, the Analog-to-Digital Converter (ADC), Operational Amplifier (OPAMP) and Fixed Voltage Reference (FVR) are shut down. After a set length of time, the APM triggers the start of Event 1 to power up the OPAMP, ADC and FVR to prepare for analog signal measurement.
Next, the MCU waits for the peripherals to stabilize and the acquisition time to be met. Then, Event 2 powers up the digital converter in the ADC. After sufficient time has elapsed to complete the conversion, End Events 1 and 2 are set up to shut down all of the peripherals to save power and repeat the cycle.