Bad 16f88


Closed Thread
Results 1 to 14 of 14

Thread: Bad 16f88

Hybrid View

  1. #1
    Join Date
    Aug 2008
    Posts
    42


    Did you find this post helpful? Yes | No

    Default Re: Bad 16f88

    Update, I just realized that (I) should be a VAR WORD, since it will be over 255. Thanks for your input guys but the problem remains that I still cannot program these chips that talked about.

    ' Timer countdown test
    trisa = 0
    porta = 0
    Start:
    I var word
    for I = 1 to 2000
    next I
    porta.0 = 1
    pause 5000
    end

  2. #2
    Join Date
    Dec 2010
    Posts
    409


    Did you find this post helpful? Yes | No

    Default Re: Bad 16f88

    Your posted code has several problems, beginning with the lack of capitalization for the register names.
    Do you intend it to turn PORTA.0 to a one and nothing else? If so, why delay?

    Your issue is likely with the configuration bits. Please post your code for configuration...

  3. #3
    Join Date
    Nov 2008
    Posts
    60


    Did you find this post helpful? Yes | No

    Default Re: Bad 16f88

    I have run to this many times. I used my Pickit2(tm) to erase the pic and then is was ok.
    Regards
    CharlieM
    Using PBP3
    MCSPX

  4. #4


    Did you find this post helpful? Yes | No

    Default Re: Bad 16f88

    I posted the solution in your other thread have you tried it?

  5. #5
    Join Date
    Aug 2008
    Posts
    42


    Did you find this post helpful? Yes | No

    Default Re: Bad 16f88

    Charlie, please refer to post #6 above, I use this to set the timing of some of my programs. I know my Cap. is off, just posting an experiment, Thanks for responding.

  6. #6
    Join Date
    Aug 2008
    Posts
    42


    Did you find this post helpful? Yes | No

    Default Re: Bad 16f88

    I tried your solution Rep. butthere is no way for me to change vdd in QLprog.

  7. #7


    Did you find this post helpful? Yes | No

    Default Re: Bad 16f88

    You need another programmer then.

    http://www.piccircuit.com/shop/pic-p...rogrammer.html

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