PIC12F675 - config


Closed Thread
Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Aug 2008
    Location
    Portugal
    Posts
    240


    Did you find this post helpful? Yes | No

    Default Re: PIC12F675 - config

    ?????

    Maybe you could find your answer in Datasheet........
    Thanks and Regards;
    Gadelhas

  2. #2
    Join Date
    Jun 2011
    Posts
    2


    Did you find this post helpful? Yes | No

    Default Re: PIC12F675 - config

    micro code studio plus 3.0.0.0 XP

    Program PBP xxx

    Compile program MPAS

    PBP 12F675.INC
    NOLIST
    ifdef PM_USED
    LIST
    include 'M12F675.INC' ; PM header
    device pic12F675, intrc_osc_noclkout, wdt_off, mclr_off, protect_off
    XALL
    NOLIST
    else
    LIST
    LIST p = 12F675, r = dec, w = -302
    INCLUDE "P12F675.INC" ; MPASM Header
    __config _INTRC_OSC_NOCLKOUT & _MCLRE_OFF & _WDT_OFF & _CP_OFF
    NOLIST
    endif
    LIST


    xxx.LST - __config _INTRC_OSC_NOCLKOUT & _WDT_ON & _MCLRE_ON & _CP_OFF


    How no MCLRE_OFF and WDT_OFF ?

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