Page 1 of 1

PIC24FJ128GA106 Microcontroller Unique ID

PostPosted: Mon Oct 04, 2021 9:02 am
by Vinod.k
Hi,

I am not able to find the microcontroller id in PIC24FJ128GA106. Please, anyone, help me how to read the microcontroller unique id.
Is this controller has a microcontroller unique id?

Thank you,
Vinod Kumar

Re: PIC24FJ128GA106 Microcontroller Unique ID

PostPosted: Mon Oct 04, 2021 9:11 pm
by KTrenholm
Depends on exactly what you mean by Unique ID.

Do you mean something that identifies the part specifically as a PIC23FJ128GA106? If so you're looking for the DEVID register, which is on page 252 of the datasheet:
DEVID.PNG
DEVID.PNG (38.02 KiB) Viewed 4112 times


If you're looking for something like a Serial Number that is unique to every IC, I'm afraid you may be out out of luck. You can buy serial number ICs though if you need a serial number. I've used this one before:
https://datasheets.maximintegrated.com/en/ds/DS2411.pdf

Re: PIC24FJ128GA106 Microcontroller Unique ID

PostPosted: Tue Oct 05, 2021 2:29 am
by AussieSusan
IIRC the PicKit3 has some trick that it can use to include a unique serial number when used as a stand-alone programmer.
I could be very wrong but search for something along those lines.
Susan