How to config 18LF2620 to work at 3.3v?


Closed Thread
Results 1 to 9 of 9

Hybrid View

  1. #1
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    17

    Talking How to config 18LF2620 to work at 3.3v?

    Hello !

    I have an 18LF2620 which works correct at 5v, but don't work at 3.3v

    I don't use any fuse configuration on my program, and the *.inc is original.

    I use MPASM v5.20, and pbp 2.5

    Some body can help me to do the right config?

  2. #2
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959


    Did you find this post helpful? Yes | No

    Default

    What frequency is the main oscillator running at?

    4Mhz will get you down to 2.0V, but at 40Mhz you have to stay above 4.2V
    <br>
    DT

  3. #3
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    17


    Did you find this post helpful? Yes | No

    Default

    I working with 20 MHz resonator.

  4. #4
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959


    Did you find this post helpful? Yes | No

    Default

    > I don't use any fuse configuration on my program, and the *.inc is original.
    > I use MPASM v5.20, and pbp 2.5
    > I working with 20 MHz resonator.


    PBP 2.50 defaults to the XT oscillator for the 18LF2620.
    At 20Mhz you would need the HS oscillator.

    If you have not used any configs, and the .inc is original, I don't see how it could work at 5V either.

    According to the datasheet, you can go down to 3.0V with a 20Mhz OSC. So that's probably not the problem.

    The only other configs that could affect the operation at low voltage is the Brown Out Detecter. But it defaults to 2V. So I don't think that's it either.
    <br>
    DT

  5. #5
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    17


    Did you find this post helpful? Yes | No

    Cool

    I have try with:
    @ DEVICE BOD_OFF
    but don't work.

    Have you an correct sample?
    May be I will need to rewrite some other times the PIC.
    It's right to set LVP_ON?

  6. #6
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959


    Did you find this post helpful? Yes | No

    Default

    Again. You need the HS oscillator.

    Quote Originally Posted by edysan View Post
    I have try with:
    @ DEVICE BOD_OFF
    but don't work.
    Since you are using an 18F, you must be using MPASM as the assembler, and MPASM uses __CONFIG instead of DEVICE.

    You should probably read this thread.

    Presetting Configuration Fuses (PIC Defines) into your Program
    http://www.picbasic.co.uk/forum/showthread.php?t=543

    It's right to set LVP_ON?
    NO! Bad idea, unless you have a special programmer.
    <br>
    DT

Similar Threads

  1. A/D conversion with PIC18F67J50
    By ScaleRobotics in forum mel PIC BASIC Pro
    Replies: 9
    Last Post: - 8th May 2009, 01:48
  2. 18F4550 Bootloader enter via eeprom setting
    By bradb in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 22nd November 2008, 23:51
  3. Error 0X0000008E when connecting a 18F2550 USB HID
    By FranciscoMartin in forum USB
    Replies: 8
    Last Post: - 16th October 2008, 17:20
  4. PortE problems (PIC18F4455)
    By RubenR in forum mel PIC BASIC Pro
    Replies: 15
    Last Post: - 12th July 2006, 15:26
  5. Installation sequence
    By Demon in forum General
    Replies: 23
    Last Post: - 11th July 2006, 03:56

Members who have read this thread : 0

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