pic18f26k40 PicKit3 support

For questions and comments on programming in general. And for any items that don't fit into the forums below.

Moderators: Benj, Mods

Post Reply
radist73
Posts: 36
Joined: Mon Dec 22, 2014 10:04 pm
Location: TALLINN
Has thanked: 5 times
Been thanked: 2 times
Contact:

pic18f26k40 PicKit3 support

Post 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!

kersing
Valued Contributor
Valued Contributor
Posts: 2045
Joined: Wed Aug 27, 2008 10:31 pm
Location: Netherlands
Has thanked: 553 times
Been thanked: 1081 times
Contact:

Re: pic18f26k40 PicKit3 support

Post 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.
“Integrity is doing the right thing, even when no one is watching.”

― C.S. Lewis

medelec35
Matrix Staff
Posts: 9520
Joined: Sat May 05, 2007 2:27 pm
Location: Northamptonshire, UK
Has thanked: 2585 times
Been thanked: 3815 times
Contact:

Re: pic18f26k40 PicKit3 support

Post 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.
Martin

radist73
Posts: 36
Joined: Mon Dec 22, 2014 10:04 pm
Location: TALLINN
Has thanked: 5 times
Been thanked: 2 times
Contact:

Re: pic18f26k40 PicKit3 support

Post 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

medelec35
Matrix Staff
Posts: 9520
Joined: Sat May 05, 2007 2:27 pm
Location: Northamptonshire, UK
Has thanked: 2585 times
Been thanked: 3815 times
Contact:

Re: pic18f26k40 PicKit3 support

Post by medelec35 »

Glad you're able to program now.
Thanks for letting us know.
Martin

Post Reply