Category Power Management
-
CE103 - CPU In DOZE MODE by Microchip Technology In this example, CPU is setup in DOZE mode to run at 1/128 of the System Clock. Device is initially configured to run at Fcy=40Mhz and then DOZE mode is enabled to run the CPU at 312.5Khz (40M/128).
-
SPI MASTER by Microchip Technology In this code example, SPI module in PIC18F4685 is configured as MASTER.
-
ADC during sleep mode by Microchip Technology Analog to Digital Conversion during Sleep mode example
-
SPI Master by Microchip Technology In this code example, SPI module in PIC18F4685 is configured as MASTER. SPI is used to communicate between SPI in two seperate device. The Data transmission and reception takes place between MASTER SPI and SLAVE SPI modules.
-
HLVD Power Down Save code example by Microchip Technology This example demonstrates using an HLVD interrupt to quickly detect when power has been cut from the microcontroller.