Spencer,
I found out that for bytes 0x0E to 0x17 of SIGROW, it contains the Lot Number, Wafer Number and X, Y coordinates (of the chip silicon on a wafer). It is disclosed on How to read serial number in AVR by Microchip.
**Addr --------- Description**
0x0E --------- Lot Number 2nd Char
0x0F --------- Lot Number 1st Char
0x10 --------- Lot Number 4th Char
0x11 --------- Lot Number 3rd Char
0x12 --------- Lot Number 6th Char
0x13 --------- Lot Number 5th Char
0x14 --------- Reserved
0x15 --------- Wafer Number
0x16 --------- Y-coordinate
0x17 --------- X-coordinate
Noted that the 1st char is at 0x0F instead of 0x0E, and it further mentioned that the above "format may be used to read the Serial number for the Mega and Tiny devices".
This lead me to think that the example code for reading the serial might not be in the correct order as well.
I have a batch of two new chips coming in, and I'm going to find out more to see if I could some consecutive numbers.
Spencer,
I found out that for bytes 0x0E to 0x17 of SIGROW, it contains the Lot Number, Wafer Number and X, Y coordinates (of the chip silicon on a wafer). It is disclosed on How to read serial number in AVR by Microchip.
Noted that the 1st char is at 0x0F instead of 0x0E, and it further mentioned that the above "format may be used to read the Serial number for the Mega and Tiny devices".
This lead me to think that the example code for reading the serial might not be in the correct order as well.
I have a batch of two new chips coming in, and I'm going to find out more to see if I could some consecutive numbers.