Help with config fuse?


Results 1 to 6 of 6

Threaded View

  1. #1
    Join Date
    Nov 2009
    Location
    Wagoner, USA
    Posts
    52

    Default Help with config fuse?

    I'm confused about the config or fuses or whatever they are. Doesn't the @ mean that an asm code follows?
    Do I always need to include the IC file? Like 12F675.inc?
    I've seen some done in caps and some not. The PBP manual mentioned something about different assemblers needing caps.
    Also some are entered in a single line like this:

    @ DEVICE pic12f675, intrc_osc_noclkout, wdt_off, pwrt_on, mclr_off, bod_off, protect_off

    and some on individual lines like this:

    @ DEVICE pic16F628, INTRC_OSC_NOCLKOUT
    @ DEVICE pic16F628, WDT_ON
    @ DEVICE pic16F628, PWRT_ON
    @ DEVICE pic16F628, MCLR_OFF
    @ DEVICE pic16F628, BOD_ON
    @ DEVICE pic16F628, LVP_OFF
    @ DEVICE pic16F628, CPD_OFF
    @ DEVICE pic16F628, PROTECT_OFF

    Does it matter which I use?
    Last edited by polymer52; - 25th December 2009 at 17:19.

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