Low power sleep mode 18f46k80


Closed Thread
Results 1 to 12 of 12

Hybrid View

  1. #1
    Join Date
    Dec 2007
    Location
    Finland
    Posts
    191


    Did you find this post helpful? Yes | No

    Default Re: Low power sleep mode 18f46k80

    Try to change all ports to inputs before entering sleep.
    With 18F4520 I can see big difference if I don't do that (~2mA vs 200uA, incl. quiescent current of the regulator).
    After sleep change ports back to normal settings before executing next steps.

    Also disable pull-ups and use external pull-up with power sw.

  2. #2
    Join Date
    Oct 2005
    Location
    Sweden
    Posts
    3,612


    Did you find this post helpful? Yes | No

    Default Re: Low power sleep mode 18f46k80

    Hi,

    Can you post the circuit diagram so we can see what's connected to what?

    If you have an input with a pullup resistor (internal or external) and that input is pulled low by whatever is interfaced to it then current WILL flow thru pullup resistor and contribute to the total current drawn by the circuit.
    Going to external pullup resistors powered thru a MOSFET won't gain much compared to simply disabling the internal pullups - as far as I can see.

    The dropout voltage of the regulator doesn't have much to do with this. It's the "idle current" you're interested in, how much the regulator itself consumes in order to operate. The datasheet states 150uA max

    /Henrik.

  3. #3
    Join Date
    Nov 2007
    Location
    West Covina, CA
    Posts
    219


    Did you find this post helpful? Yes | No

    Default Re: Low power sleep mode 18f46k80

    My experience with the PIC18F14K50 and Sleep mode.

    First thing I would suggest is to add @NOP right after the @ SLEEP command.
    It could be the rascal is not even going to sleep!

    Next make any unused pins an output (HIGH). Left floating as inputs was causing erratic higher Sleep currents that varied in the 10's to 100's of uA.

    One last thing that really cleaned house before going to sleep was @RESET.
    But my routine was structured to power up then go right to sleep until an IOC occurred that woke it up.
    After chores were done and activity was quiet for a little and nothing happening.... @RESET... get back to sleep!

    And of course the as the guys suggested, all external loads to the PIC need to be considered, they add up.
    Louie

Similar Threads

  1. High Power Consumption in Sleep Mode
    By ngeronikolos in forum mel PIC BASIC Pro
    Replies: 9
    Last Post: - 18th September 2014, 13:29
  2. Low Power Sleep
    By kduck63 in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 4th December 2009, 14:33
  3. Replies: 4
    Last Post: - 9th October 2009, 08:01
  4. Sleep/Nap Low power consumption
    By George in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 16th March 2007, 06:19
  5. Programming 12F629 low power (Sleep)
    By Warrier in forum mel PIC BASIC Pro
    Replies: 17
    Last Post: - 29th November 2004, 14:45

Members who have read this thread : 1

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts