Freireg / PIC24F-DeepSleep

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PIC24F-DeepSleep

  • A PIC24F deep sleep example:

    • Deep Sleep is a power saving mode built-in the PIC microcontrollers;
    • To enter this state, the MCU need to do a sequence of commands;
    • There are many ways to exit this operation mode, but in this example the exit method is via EXTIT (while maintaining a DSWDT as a fail-safe).
  • More info about the Deep Sleep in PIC MCU: PIC24F Datasheet

About


Languages

Language:Makefile 70.3%Language:C 23.0%Language:Shell 6.7%