Closed igagis closed 4 years ago
using it for two days, didn't notice anything strange, so I assume it is OK.
Hi Ivan, PICkit2 works perfectly fine for pic32mz. I use it for many years. The programming protocol is exactly the same for the target microcontroller. The only difference between PICkit2 and PICkit3 is that former has pic16 inside, and latter is based on pic24.
Everywhere on the internet they say that
PIC32MZ
can only be programmed withPICkit3
, but using thepic32prog
I was able to programpic32mz
even withpickit2
and it went smoothly. I didn't even need to upgrade firmware of mypickit2
(before I could use mypickit3
I had to upgrade its firmware).So, the question is, is it ok to use
pickit2
for programmingPIC32MZ
? does it give exactly same result? What is the difference between usingpickit2
andpickit3
?