16f88 setting config


Closed Thread
Results 1 to 7 of 7
  1. #1
    Join Date
    Sep 2009
    Posts
    7

    Default 16f88 setting config

    Just two little ones

    How do you set the config right for the 16f88

    This is what I would start with if I was using asm
    Code:
         __CONFIG    _CONFIG1, _CP_OFF & _CCP1_RB0 & _DEBUG_OFF & _WRT_PROTECT_OFF & _CPD_OFF & _LVP_OFF & _BODEN_OFF & _MCLR_ON & _PWRTE_ON & _WDT_OFF & _INTRC_IO
         __CONFIG    _CONFIG2, _IESO_OFF & _FCMEN_OFF
    If I want to list my chip DEVICE PIC16F88

    Code:
         LIST      p=16F88              ; list directive to define processor
         #INCLUDE <P16F88.INC>          ; processor specific variable definitions
    Why doesn't show the INC in the left pane of microcode studio that nice to have there
    you could pop it up and find what registers you need to set

  2. #2
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924


    Did you find this post helpful? Yes | No

    Default

    Put this in your code if you have commented the *.inc.
    Code:
    @ __config _CONFIG1, _INTRC_IO & _WDT_OFF & _LVP_OFF & _MCLR_OFF &_CP_OFF
    Your second question makes me think you are confusing PBP with something else.
    Dave
    Always wear safety glasses while programming.

  3. #3
    Join Date
    Sep 2009
    Posts
    7


    Did you find this post helpful? Yes | No

    Default

    Thanks I 'll try that right now

  4. #4
    Join Date
    Dec 2012
    Posts
    3


    Did you find this post helpful? Yes | No

    Default Re: 16f88 setting config

    I am getting the head out th neck!

    I got that Willem Universal burner as the picture here, I am trying to program a 16f88 microchip with some hex code I got to make a frequency multiplyer\ divider .....

    It is Willem 5.0c Burner Circuit Version

    I am using "Ic-Prog" as it is free and is compatible with 16f88

    I tried everything, but it does not write nothing to the pic micro-controller!

    Can some one help me to sort out this? how to test the voltages that must come to that? also ...how what is this error "0000h" error verifying????

    I installed confused the "totalio", but .... it keeps giving the error message!

    Can some one help me to check if it is jumped properly the burner and what is happening?
    Attached Images Attached Images    

  5. #5
    Join Date
    Oct 2005
    Location
    Sweden
    Posts
    3,518


    Did you find this post helpful? Yes | No

    Default Re: 16f88 setting config

    Hi,
    IC-Prog may be compatible with the 16F88. The Willem programmer may be compatible with the 16F88. But is the IC-Prog software compatible with the Willem programmer?

    I'm not saying it is or isn't, just raising a point.

    Didn't the Willem programmer come with its own software?

    /Henrik.

  6. #6
    Join Date
    Dec 2012
    Posts
    3


    Did you find this post helpful? Yes | No

    Default Re: 16f88 setting config

    16f88_problems.pdf



    please, some one help me

  7. #7
    Join Date
    Dec 2012
    Posts
    3


    Did you find this post helpful? Yes | No

    Default Re: 16f88 setting config

    Name:  16F88_VOLTAGE_AND_GROUND_CHECK.JPG
Views: 3708
Size:  85.7 KB

    i will try to check and add components to make this hardware configuration in the own willem board pcb5.0c

Members who have read this thread : 2

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