I want to get the program file in the pic 18F46K22 from an electronic PCB. There is no code protection or password on the PIC18F46K22. It is a simple card. Is it possible to connect to the card with the Pickit 3 programmer and get the code?
Actually, I tried to connect to the PIC with Pickit3, but I got a warning that access to the Pickit3 path is denied. I have shared the warning pictures below, but not in English.
device not seen. when ı click check connection, ı got device no found
The translation of the warning message above:
An unprocessed unusual case happened in your app. If you click Continue the app will ignore the error and will try to continue. If you click Exit the app will be closed immediately.
Access to the path C:...\PICkit3.ini is denied.
---Installed Builds---
{Builds List}
-
\$\begingroup\$ There were several issues regarding programming 18F46K22 family with PICkit3. Take a look at here -- it explains a patch. \$\endgroup\$Rohat Kılıç– Rohat Kılıç2022年03月14日 09:06:04 +00:00Commented Mar 14, 2022 at 9:06
-
\$\begingroup\$ Thank you for your supporting @Rohat kılıç As far as my resarching can be get hex file from Pic also you can upload same hex file another pic but you cant change something over code .In fact, it is possible to change something through the code, but this process is very difficult and challenging. I have no idea how it's done \$\endgroup\$mco– mco2022年03月21日 06:31:49 +00:00Commented Mar 21, 2022 at 6:31
1 Answer 1
The standalone PICKit3 programming tool you are using, PICkit 3 Programmer App and Scripting Tool v3.10, does not play well with non-English version of Windows newer than Windows XP.
It does work for me with Windows 10 but I needed to install it in a custom folder path.
In my case I installed it in this folder path: "E:\Apps\PIC_dev\PICkit 3 v3".
Just about anything will work as long as it is not the default path: "C:\Program Files (x86)".
The Windows OS tries to protect the "Program Files" folders in "special" ways that will cause applications developed for older versions of Windows to fail in odd ways.
This is where I suspect is your issue with the PICKit3 application is.
Explore related questions
See similar questions with these tags.