Pickit3 from Microcode Studio


Closed Thread
Results 1 to 18 of 18

Hybrid View

  1. #1
    Join Date
    Oct 2010
    Posts
    27

    Default Pickit3 from Microcode Studio

    I currently use an EPIC, MCS, PBP and want to go to less wires / lose parallel and use ICP.

    I see all kinds of posts about MCS operating a Pickit2, but when I look in the define new programmer choices, I don't see pickit3. I believe the only difference id LVP support in a 3. can you use a 3 and choose a 2 from the drop down?

    I like the MCS interface for programming so I don't want to seperately fire MPLAB.

    So, should I get a 2 or a 3?

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


    Did you find this post helpful? Yes | No

    Default

    Might be best to stay with a 2. But I do not have a 3 so maybe it is OK. You never know.
    http://www.picbasic.co.uk/forum/show...hlight=pickit3
    Dave
    Always wear safety glasses while programming.

  3. #3
    Join Date
    Oct 2005
    Location
    Sweden
    Posts
    3,521


    Did you find this post helpful? Yes | No

    Default

    I've never had a PK2 so I can't really compare the two. I do have a PK3 and have it working from within MCS. I'm pretty sure I found the description on how to get it going here on the forum.

    Anyway, the PK3Cmd.exe is the executable that you need to point MCS to and here are the parameters I use:
    -P$target-device$ -F$hex-filename$ -E -M -B -L -V5
    Apparenently the -V5 at the end specifies the voltage that the PK3 supplies to the target. Be careful with that if the target device is a 3.3V device. You have to use a fairly up to date MPLAB in order for it to work. Personally I'm on v8.50

    /Henrik.

  4. #4
    Join Date
    Oct 2010
    Posts
    27


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by HenrikOlsson View Post
    I've never had a PK2 so I can't really compare the two. I do have a PK3 and have it working from within MCS. I'm pretty sure I found the description on how to get it going here on the forum.

    Anyway, the PK3Cmd.exe is the executable that you need to point MCS to and here are the parameters I use:
    -P$target-device$ -F$hex-filename$ -E -M -B -L -V5
    Apparenently the -V5 at the end specifies the voltage that the PK3 supplies to the target. Be careful with that if the target device is a 3.3V device. You have to use a fairly up to date MPLAB in order for it to work. Personally I'm on v8.50

    /Henrik.
    I saw the posts about loading 8.5 and using PK3Cmd.exe. I don't see Pickit3 as a drop down option in MCS though.

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


    Did you find this post helpful? Yes | No

    Default

    Hi,
    You have to add it manually. Click Add new programmer and select Create Custom Programmer Entry and follow the prompts.

  6. #6
    Join Date
    Oct 2010
    Posts
    27


    Did you find this post helpful? Yes | No

    Default

    OK, I installed the PK3Cmd.exe and added
    -P$target-device$ -F$hex-filename$ -E -M -B -L -V5

    seem to take it. So this works as easily as my epic?
    I can still choose an pickit2 if this has issues. are you happy with the way yours gets called and run?

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