PICKit2 - warning about configuration words


Closed Thread
Results 1 to 27 of 27

Hybrid View

  1. #1
    Join Date
    Aug 2006
    Location
    SWITZERLAND (french speaking)
    Posts
    938


    Did you find this post helpful? Yes | No

    Default

    I use PM.

    Thanks for this clarification.

    PICkit2 is really great and I was just wondering about those warning I don't get with other PICs.
    Roger

  2. #2
    Join Date
    Nov 2008
    Posts
    12


    Did you find this post helpful? Yes | No

    Default Problem with pickit2

    I too sometimes have a problem with pickit2 recognizing the 16f88. It will state that the device is unsupported. It always has a problem with the hex file not having a complete configuration. I gave up using the 16F88 with pickit2.

  3. #3
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959


    Did you find this post helpful? Yes | No

    Default

    The missing CONFIG words are because the 16F88 has two CONFIG words.

    When using PM, DEVICE sets CONFIG1 and DEVICE2 sets CONFIG2.
    Code:
    @ DEVICE  HS_OSC, WDT_OFF, PWRT_ON ; etc
    @ DEVICE2 FCMEN_OFF, IESO_OFF
    Quote Originally Posted by botsmaker
    I too sometimes have a problem with pickit2 recognizing the 16f88. It will state that the device is unsupported.
    Hmmm, that's odd.
    No idea for that one.
    <br>
    DT

  4. #4
    Join Date
    Mar 2003
    Location
    Commerce Michigan USA
    Posts
    1,166


    Did you find this post helpful? Yes | No

    Default

    botsmaker, and others... Have any of you out there updated the OS for the pickit2? I havent had any problems with it programming 16F88 or any other pic's...

    Dave Purola,
    N8NTA

  5. #5
    Join Date
    Nov 2008
    Posts
    12


    Did you find this post helpful? Yes | No

    Default pickit2 warning

    Just updated application software to 2.61 and updated OS to 2.32. I get the same response. It will recon the device when I connect it, then when I load the hex file I get the warning. "Device Error-hex file not loaded", "Unsupported part". I'm using micro studio and PBP.

  6. #6
    Join Date
    Nov 2008
    Posts
    12


    Did you find this post helpful? Yes | No

    Default Warning Message

    This is the warning message I get from pickit2

  7. #7
    Join Date
    Nov 2008
    Posts
    12


    Did you find this post helpful? Yes | No

    Default Use mplabfor 16f88

    I gave up trying to program the 16f88 with the pickit2 application program. Just use the mplab ide and select pickit2 as the programmer. I was able to program the 16f88 just fine with MPLAB. I used the same ic in both cases, so the ic is ok. I don't know what the problem is, but I need to get back to work.

  8. #8
    Join Date
    Aug 2006
    Location
    Look, behind you.
    Posts
    2,818


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by botsmaker View Post
    This is the warning message I get from pickit2
    I have gotten that error too, and when it does so it usually sets code protection too!
    The fine print in the pickit2 docs say to reselect the chip ( select another pic and then reselect the one you are using) and then write the chip without selecting a hex, then select your hex and write.
    If you do not believe in MAGIC, Consider how currency has value simply by printing it, and is then traded for real assets.
    .
    Gold is the money of kings, silver is the money of gentlemen, barter is the money of peasants - but debt is the money of slaves
    .
    There simply is no "Happy Spam" If you do it you will disappear from this forum.

  9. #9
    Join Date
    Aug 2006
    Location
    SWITZERLAND (french speaking)
    Posts
    938


    Did you find this post helpful? Yes | No

    Thumbs up That's it!

    Quote Originally Posted by Darrel Taylor View Post
    DEVICE sets CONFIG1 and DEVICE2 sets CONFIG2.
    Darrel,

    Where a hell did you find this information? Come on, tell us, you're working for the NSA or ex-KGB people, no?

    Anyway, thanks a lot!!!
    Roger

  10. #10
    Join Date
    Jul 2003
    Posts
    2,405


    Did you find this post helpful? Yes | No

    Default

    Where a hell did you find this information?
    It's explained in the PM assembler manual. PM.TXT.
    Regards,

    -Bruce
    tech at rentron.com
    http://www.rentron.com

  11. #11
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959


    Did you find this post helpful? Yes | No

    Default

    Bruce knew where it was...

    Quote Originally Posted by flotulopex View Post
    Come on, tell us, you're working for the NSA or ex-KGB people, no?
    I'd tell you, but then I'd have to kill you.
    <br>
    DT

  12. #12
    Join Date
    Aug 2006
    Location
    SWITZERLAND (french speaking)
    Posts
    938


    Did you find this post helpful? Yes | No

    Default maybe he's in the same gang as you

    Brrrrr!!!

    Some freezing sweat drops fall along my back. Okay then, I better never ever ask this question again

    NB: just a shame this info was not in some help file (MCS or PBP); would have been easier to find for me.
    Roger

Similar Threads

  1. Presetting Configuration Fuses (PIC Defines) into your Program
    By Melanie in forum FAQ - Frequently Asked Questions
    Replies: 82
    Last Post: - 15th December 2013, 09:54
  2. Warning: Some configuration words not in hex file
    By Byte_Butcher in forum General
    Replies: 2
    Last Post: - 14th December 2009, 06:25
  3. 16F726 configuration
    By Byte_Butcher in forum General
    Replies: 2
    Last Post: - 8th February 2009, 17:53
  4. running of page warning and error 16f877
    By earltyso in forum mel PIC BASIC Pro
    Replies: 10
    Last Post: - 7th November 2007, 01:05
  5. 16F630 OSCCAL value warning - PICKit2
    By flotulopex in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 3rd September 2007, 19:12

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