TOP Contributors

  1. MIKROE (2656 codes)
  2. Alcides Ramos (353 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (112 codes)
  5. Chisanga Mumba (90 codes)
  6. S P (73 codes)
  7. dany (71 codes)
  8. MikroBUS.NET Team (35 codes)
  9. NART SCHINACKOW (34 codes)
  10. Armstrong Subero (27 codes)

Most Downloaded

  1. Timer Calculator (136829 times)
  2. FAT32 Library (69988 times)
  3. Network Ethernet Library (55975 times)
  4. USB Device Library (46287 times)
  5. Network WiFi Library (41894 times)
  6. FT800 Library (41203 times)
  7. GSM click (29009 times)
  8. PID Library (26421 times)
  9. mikroSDK (26389 times)
  10. microSD click (25383 times)
Libstock prefers package manager

Package Manager

We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]

< Back
Project

Article: Usage of the PicKit2 as programmer

Rating:

0

Author: dany

Last Updated: 2016-04-05

Package Version: 1.0.0.0

Category: Development Systems

Downloaded: 1169 times

Followed by: 5 users

License: MIT license  

Usage of the PicKit2 as programmer from within the IDE.

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "Article: Usage of the PicKit2 as programmer" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "Article: Usage of the PicKit2 as programmer" changes.

Do you want to report abuse regarding "Article: Usage of the PicKit2 as programmer".

  • Information
  • Comments (0)

Project Blog

Small article about how to use a PicKit2 (MicroChip) programmer from wthin the IDE of the PIC compiler.

I got as present (thanks Rainer) a PICKit2 as a replacement of my (old and not maintained) PICFlash2 programmer. It can program PIC's which are not programmable by the PICFlash2. Naturally I wanted to control the programmer from within the IDE, and this is the outcome...

Have fun!


2014-08-29: Added some small part about the "isolation" between PIC and board using the PicKit2 programmer.


2014-08-31: Change the batch file content to prevent programming errors to be unseen.


2014-11-15: Changed the batch file to cope with Pic's that have their configuration bits in program memory.


2014-12-28: Changed the batch file to make use of a separate textfile holding the names of Pic's with the config bits in program memory.

------------------------------------------------------------------------------------------------------------------------------------

2014-12-31: removed an error from the "extended" batch file.    

---------------------------------------------------------------------------------------------------------------------------------------------

2016-04-05: Added the latest devicefile, command line (Pk2cmd) and devicefile editor in the zipfile.

ALSO FROM THIS AUTHOR

Tool: mikroPascal to mikroBasic convertor

10

Simple mikroPascal for PIC to mikroBasic for PIC source code convertor. The tool can convert complete mP units to mB modules and complete mP programs to mB programs. It can be used both in interactive and batchmode.

[Learn More]

Tool: RomSizes

10

This tool shows the romsize of all units of a project together with rom-size details of a selected unit.
For mP, mC and mB for PIC, dsPIC and PIC32.

[Learn More]

TFTP HTTP pic based file server for FAT32 sd/mmc cards

5

This is a small TFTP fileserver, using an mmc/sd card for file storage. "Small" means the software does not have an error/retry/timeout mechanism. Also file download via HTTP is implemented (URL = 192.168.123.90). This project uses the Ethernet libraries v3.5 by Yo2Lio.

[Learn More]