Page 1 of 1

pic18f26k40 PicKit3 support

Posted: Sat Aug 04, 2018 9:47 pm
by radist73
Hello,
I need help with editing PK2DeviceFile.dat file for supporting new PIC controllers.
I have downloaded PicKit device Data file editor and trying to add PIC18F26K40 to file.
From datasheet i found Device ID 6980h, and ProgramMemory 10000h
But PicKit3 cant detect device.
Could any help with editing DAT file for adding new devices?
At moment i strongly need a 18F26K40 support, but I have other new devices too.
Could any help me? Thanks!

Re: pic18f26k40 PicKit3 support

Posted: Sat Aug 04, 2018 9:55 pm
by kersing
Have you tried to download the newest software from the Microchip website? I am pretty sure the newest software does support these devices with PICkit3.

Re: pic18f26k40 PicKit3 support

Posted: Sat Aug 04, 2018 10:46 pm
by medelec35
kersing wrote:I am pretty sure the newest software does support these devices with PICkit3.
Indeed it does.
If you look at this page
Scroll down to

Code: Select all

PICkit3 - IPE (NEW)
It will show details on using

Code: Select all

ipecmd.exe
, which allows programming of the latests devices.

Re: pic18f26k40 PicKit3 support

Posted: Sun Aug 05, 2018 8:34 pm
by radist73
I has installed last version of MPLAB X 5.00 and C8 compiler.
With this version it has working with PicKit3 and can compile to chip!
Thank you for advice!

Mihhail

Re: pic18f26k40 PicKit3 support

Posted: Sun Aug 05, 2018 10:34 pm
by medelec35
Glad you're able to program now.
Thanks for letting us know.