I do have a PIC18F26Q84 that I would like to program using openprog, but I am not sure what device to use (it is not in the list of supported devices... here I only find the 18F26Q43).
Is it possible to program this device, and do I need to add a device ID or similar to the source code?
Thanks for your help!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Q43 and Q84 families have different programming specs, but I had a quick look and they seem very similar, so perhaps just adding the device ID and using the same read/write functions will work.
Could you point out the differences?
I have compared to Q43 and Q84 family programming specs and the only difference I could find was the number of config bytes/words. The Q84 has some extra ones for the CRC engine.
Apart from this, is anybody successfully programming Q43 devices?
I am asking because I currently am trying to add the Q84 device to op, but get programming failures and crashes (there also is a bug in the read code, I will report it separately)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I do have a PIC18F26Q84 that I would like to program using openprog, but I am not sure what device to use (it is not in the list of supported devices... here I only find the 18F26Q43).
Is it possible to program this device, and do I need to add a device ID or similar to the source code?
Thanks for your help!
Q43 and Q84 families have different programming specs, but I had a quick look and they seem very similar, so perhaps just adding the device ID and using the same read/write functions will work.
https://ww1.microchip.com/downloads/en/DeviceDoc/PIC18FXXQ43-Family-Programming-40002079D.pdf
https://ww1.microchip.com/downloads/en/DeviceDoc/40002137B.pdf
Could you point out the differences?
I have compared to Q43 and Q84 family programming specs and the only difference I could find was the number of config bytes/words. The Q84 has some extra ones for the CRC engine.
Apart from this, is anybody successfully programming Q43 devices?
I am asking because I currently am trying to add the Q84 device to op, but get programming failures and crashes (there also is a bug in the read code, I will report it separately)
I could read&write the 18F27Q43