News:

;) This forum is the property of Proton software developers

Main Menu

Programmer

Started by tolyan249, Sep 10, 2026, 07:12 AM

Previous topic - Next topic

tolyan249

There's a T48 programmer, but it doesn't support the PIC12F1840. I found that the PICKIT3 seems to support this controller, but I couldn't find it in the list, and it's not in MOLAB 8.30 either. There are PIC12LF1840T39 and PIC12LF1840T48 — what can be used to program this controller?

Thank you.

atomix

#1
pickit2 minus - https://github.com/jaka-fi/PICkitminus

it supports programmers pickit2 and pickit3

tolyan249

#2
Thank you.

I downloaded the picKIT2 version, and it's not there either.

They say you need to find the file PKPDEVISEFILE.dat, which contains this controller. If you have a PicKit3 that supports this controller, can you provide this file? The one available online doesn't contain the pic12F1840 controller.

Or provide a link where this program can be downloaded with support for this PIC12F1840 controller.

I found this file using the link above: pK2DEVISEFILE.dat. It contains this controller, but the program doesn't see it. Maybe the program doesn't see it because there's no programmer?

RGV250

Hi,
I have both Pickit plus and minus on Pickit 2. I only tried minus but I am sure it will be the same. You need the programmer connected or it will not show up.
Select "Midrange" from device family and 1.8v min. From there you should be able to select 12f1840.

Bob

RGV250

18F1840.jpg

trastikata

Hi, if it is easier to you, just use the Pickit 3 with the MPLABX IPE (up to v.6.20) the device you are interested into is an old device and supported by Pickit 3.

MPLABX_IPE_6_2.jpg

tolyan249

Thank you all for your help.