Long config line


Results 1 to 6 of 6

Threaded View

  1. #2
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    It won't work the way you want it to work... Not all of those CONFIG options are location in CONFIG1, some are located CONFIG2L, CONFIG2H, and so on and so on...
    And since I'm not 100% sure which PIC you're using, I can't tell you which option goes where.
    This is one of my old config setups for a PIC18F4620.
    Code:
    @ __CONFIG    _CONFIG1H, _OSC_HSPLL_1H & _FCMEN_ON_1H & _IESO_ON_1H
    	;_HSC_1H=HS, HSPLL_1H=PLL	'4xPLL on, failsafe/switch-over on
    @ __CONFIG    _CONFIG2L, _PWRT_ON_2L & _BOREN_OFF_2L & _BORV_3_2L
    	;powerup timer on, brown out off
    @ __CONFIG    _CONFIG2H, _WDT_OFF_2H & _WDTPS_32768_2H
    	;'wdt off
    @ __CONFIG    _CONFIG3H, _MCLRE_OFF_3H & _LPT1OSC_OFF_3H & _PBADEN_OFF_3H & _CCP2MX_PORTC_3H
    	;mclr is i/o, t1osc off, porta digital
    @ __CONFIG    _CONFIG4L, _STVREN_OFF_4L & _LVP_OFF_4L & _XINST_OFF_4L & _DEBUG_OFF_4L
    	;stack overflow , lvp off, xinst off, debug off
    @ __CONFIG    _CONFIG5L, _CP0_OFF_5L & _CP1_OFF_5L & _CP2_OFF_5L & _CP3_OFF_5L
    	;all code protection, eeprom write protection off
    @ __CONFIG    _CONFIG5H, _CPB_OFF_5H & _CPD_OFF_5H
    @ __CONFIG    _CONFIG6L, _WRT0_OFF_6L & _WRT1_OFF_6L & _WRT2_OFF_6L & _WRT3_OFF_6L
    @ __CONFIG    _CONFIG6H, _WRTB_OFF_6H & _WRTC_OFF_6H & _WRTD_OFF_6H
    @ __CONFIG    _CONFIG7L, _EBTR0_OFF_7L & _EBTR1_OFF_7L & _EBTR2_OFF_7L & _EBTR3_OFF_7L
    @ __CONFIG    _CONFIG7H, _EBTRB_OFF_7H
    EDIT: Just noticed the 'Overwriting.....(2007) error... So, yes, it is a 16F... Kinda hard to get that error with an 18F...
    Last edited by skimask; - 6th October 2008 at 23:21.

Similar Threads

  1. 18F4550 Bootloader enter via eeprom setting
    By bradb in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 22nd November 2008, 23:51
  2. Error 0X0000008E when connecting a 18F2550 USB HID
    By FranciscoMartin in forum USB
    Replies: 8
    Last Post: - 16th October 2008, 17:20
  3. PortE problems (PIC18F4455)
    By RubenR in forum mel PIC BASIC Pro
    Replies: 15
    Last Post: - 12th July 2006, 15:26
  4. Installation sequence
    By Demon in forum General
    Replies: 23
    Last Post: - 11th July 2006, 03:56
  5. having problems with Hantronix 20x4 lcd
    By Rhatidbwoy in forum mel PIC BASIC Pro
    Replies: 16
    Last Post: - 22nd December 2005, 12:22

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