View previous topic :: View next topic |
Author |
Message |
Miguel77
Joined: 01 Oct 2022 Posts: 1 Location: Chile
|
Cómo leer un pic |
Posted: Sat Oct 01, 2022 8:07 pm |
|
|
Hola a todos como puedo leer un pic24fg64 con el pickit3
Lo intento pero no me deja leerlo,si puedo borrar el pic
Gracias |
|
|
dyeatman
Joined: 06 Sep 2003 Posts: 1934 Location: Norman, OK
|
Translation |
Posted: Sat Oct 01, 2022 9:06 pm |
|
|
Hello everyone, how can I read a pic24fg64 with pickit3
I try but it won't let me read it, if I can delete the pic _________________ Google and Forum Search are some of your best tools!!!! |
|
|
Humberto
Joined: 08 Sep 2003 Posts: 1215 Location: Buenos Aires, La Reina del Plata
|
|
Posted: Mon Oct 03, 2022 10:54 am |
|
|
Is it an original Pickit3? If it's a clone, it's likely that some microcontrollers don't recognize them.
If you are not using ICSP port, try this suggestions:
1) Make sure the Pickit3 voltage setting is correct for that processor.
2) Check the jumper settings of the base where the ZIF socket is located
3) Update Pickit3 firmware
Saludos _________________ Humber |
|
|
Ttelmah
Joined: 11 Mar 2010 Posts: 19513
|
|
Posted: Mon Oct 03, 2022 11:00 am |
|
|
Big question is what software he is using?.
The stand alone program with the Pickit3, only supports the same chips as
the Pickit2. Many more are added when you use MPLAB-X.
If using this, then look at it's list of supported devices.
It'd also help if he gave us the proper part number. FG64, does not exist.
Possibly FJ?. Then to actually know if it is supported the rest of the number
is also needed. So something like PIC24FJ64GA004.
If so, this is supported in the MPLAB-X IPE (a horrid program, Microchip
seem determined to make every new program much worse than it's previous
version), but it does work.... |
|
|
E_Blue
Joined: 13 Apr 2011 Posts: 417
|
|
Posted: Thu Oct 06, 2022 11:34 am |
|
|
Ttelmah wrote: | Big question is what software he is using?.
The stand alone program with the Pickit3, only supports the same chips as
the Pickit2. Many more are added when you use MPLAB-X.
If using this, then look at it's list of supported devices.
It'd also help if he gave us the proper part number. FG64, does not exist.
Possibly FJ?. Then to actually know if it is supported the rest of the number
is also needed. So something like PIC24FJ64GA004.
If so, this is supported in the MPLAB-X IPE (a horrid program, Microchip
seem determined to make every new program much worse than it's previous
version), but it does work.... |
Also took out some features that the old MPLAB IDE has, that's why I keep using MPLAB IDE as much as I can.
For debugging is way more useful the old MPLAB, you can save and load a register from an external file, on the new, "more advanced" MPLAB X that's not possible, only can change registers manually and in Hexadecimal format only. Really annoying! _________________ Electric Blue |
|
|
PrinceNai
Joined: 31 Oct 2016 Posts: 479 Location: Montenegro
|
|
Posted: Fri Oct 07, 2022 8:43 am |
|
|
Code protection? |
|
|
|