fuses


Closed Thread
Results 1 to 2 of 2

Thread: fuses

  1. #1
    Join Date
    Sep 2006
    Location
    Venezuela - Caracas
    Posts
    48

    Default fuses

    i need work with PIC18F14K50 with 8mhz resonator

    asm
    __CONFIG _CONFIG1L, _CPUDIV_CLKDIV2_1L & _USBDIV_ON_1L
    __CONFIG _CONFIG1H, _FOSC_HS_1H & _PLLEN_ON_1H & _FCMEN_OFF_1H & _IESO_OFF_1H
    __CONFIG _CONFIG2L, _PWRTEN_ON_2L & _BOREN_ON_2L & _BORV_22_2L
    __CONFIG _CONFIG2H, _WDTEN_OFF_2H
    __CONFIG _CONFIG3H, _MCLRE_OFF_3H
    __CONFIG _CONFIG4L, _STVREN_ON_4L & _LVP_OFF_4L & _XINST_OFF_4L & _DEBUG_OFF_4L
    __CONFIG _CONFIG5L, _CP0_ON_5L & _CP1_ON_5L
    __CONFIG _CONFIG5H, _CPB_ON_5H
    endasm

    define osc 32


    config not work
    Last edited by mpardinho; - 11th July 2011 at 21:08.
    ..: Don't worry, be happy :..

  2. #2
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default Re: fuses

    When you say "not work"... does a simple led blinky with PAUSE 1000 work slower, faster... or not at all?

    what about if you use DEFINE OSC 32 in UPPERCASE?
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

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