Compile and Program help using PICKit2


Closed Thread
Results 1 to 16 of 16

Hybrid View

  1. #1


    Did you find this post helpful? Yes | No

    Default

    At this point I agree. I have been pulling my hair out trying to get this to work - must be missing a - or $ or something.
    Anyway, to h*** with it. I will stick to using the PICKit software - like you do and I have been doing.

    LOVE Pic Basic Pro however !

    Ken

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


    Did you find this post helpful? Yes | No

    Default

    Ok this works, I just set mine up Thanks to Darrel Taylor:
    http://www.picbasic.co.uk/forum/showthread.php?p=68368
    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.

  3. #3
    biggej's Avatar
    biggej Guest


    Did you find this post helpful? Yes | No

    Default My settings work too

    Ken,
    My settings are a bit different than Darrel's but may have required a download of a command processor from Microchip.
    In the program filename box I have pk2cmd.exe
    The path should point to your "pickit 2 v2" directory which is likely
    C:\program files\microchip\pickit 2 v2
    My parameters string is
    Code:
    -PPIC$target-device$ -F$hex-filename$ -E -M -Y -Y
    This works with or without the PicKit program running as it brings up a batch programming window. The -Y -Y causes the verification to run twice just so you can see the results of programming before the batch window closes.
    I usually run the PicKit program also so I can use its reset MCLR function to start the code running in the pic.
    Hope this helps,
    Jim

  4. #4


    Did you find this post helpful? Yes | No

    Default

    First of all - thanks to all who have responded and made suggestions on this.

    I simply cannot get this to work -

    I went so far as printing out the page that Darrel posted with his step - by - step instructions, and - as far as I know - after three times - followed them to the letter.

    Obviously not - all that happens is the project compiles, there is a momentary screen flash after successful assembly - then nothing, just success at compiling. I tried Jim's code as well - same thing.

    Also deleted previous attempts at selecting the programmer , so as to start from scratch -

    At first MCS could not find the PICKit folder, - I changed to finding it automatically, it then found the PICkit folder - but still no success.

    I also re-extracted all the PICKit2 Command Line Interface files from Microchip's site to the PICkit folder - . . .twice

    Anyway - - thanks to all - - I do not intend to "beat this to death" - - I'm perfectly content to continue doing the extra step using PICkit software separately. It works fine, and that is basically all I want.

    Thanks again

    Ken

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


    Did you find this post helpful? Yes | No

    Default

    I'm perfectly content to continue doing the extra step using PICkit software separately.
    Bahhh, that's quiters talk.

    Troubleshooting step #1.
    Open a DOS window (Start | Run... | cmd).
    Paste this line into the window (right click | paste) ...

    "c:\program files\microchip\pickit 2 v2\pk2cmd.exe"
    Include the quotes when pasting. Then press enter.

    If the command line interface is in the correct place, it should fill your window with the HELP page.

    If it does ... on to troubleshooting step #2.
    <br>
    DT

  6. #6


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by ozarkshermit View Post
    First of all - thanks to all who have responded and made suggestions on this.

    I simply cannot get this to work - Thanks again

    Ken


    I haven't tried but it was something I have been meaning to do. Is everyone aware that you don't need to continually reload the software hex within pickit2, but that it does it automatically when you press the program button on the pickit hardware.

    I normally compile using PBP, and when I get the 'complete' message at the bottom of Explorer window then press the button on the pickit2 hardware. You only have to open the pickit2 software and load the hex you're working with once per session.

    I guess where it gets more complicated is if you're developing several different programs and want to pick the appropriate hex each time.

  7. #7


    Did you find this post helpful? Yes | No

    Default

    SUCCESS (I think)

    I changed the "Programmer Filename" from pk2cmd.exe as was suggested to : PICkit2v2.exe - (which was described under PICkit2v2 Properties - version - Internal name) as PICkit2v2.exe. Now when I compile and program, after assembly is complete, the PICkit2 screen pops up, and I auto import the hex file and program. I'm not sure if the PICkit screen is supposed to pop up or not, It seems like an extra step - but then I'm not sure how it is SUPPOSED to work, but this eliminates exiting and going to that screen - - -

    Ken

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


    Did you find this post helpful? Yes | No

    Default

    No, that's not the way it works. Must have missed a few "Letters" in that printout.

    Did you do the troubleshooting step?
    <br>
    DT

Similar Threads

  1. Connecting programmer to MicroCode Studio
    By KrashKaloop in forum mel PIC BASIC Pro
    Replies: 33
    Last Post: - 15th July 2014, 22:22
  2. 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
  3. Making Program Code Space your playground...
    By Melanie in forum Code Examples
    Replies: 15
    Last Post: - 19th July 2008, 08:26
  4. Problem to compile my program
    By wagner in forum Off Topic
    Replies: 5
    Last Post: - 7th July 2008, 20:17
  5. Replies: 2
    Last Post: - 9th February 2006, 22:03

Members who have read this thread : 1

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