Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FYI: About serial number of Mega and Tiny devices #26

Open
soosp opened this issue Feb 13, 2024 · 1 comment
Open

FYI: About serial number of Mega and Tiny devices #26

soosp opened this issue Feb 13, 2024 · 1 comment

Comments

@soosp
Copy link

soosp commented Feb 13, 2024

See the knowledge base article of Microchip about serial number of Mega and Tiny devices: https://microchip.my.site.com/s/article/Serial-number-in-AVR---Mega-Tiny-devices

@ricaun
Copy link
Owner

ricaun commented Feb 13, 2024

That's interesting, at the time I didn't find an official doc about the meaning of the Signature Byte.

The library was based on this old datasheet that has 9 bytes of Serial Number. This is the full article: https://loranow.com/uniqueid/

atmega328pb-datasheet-1024x1020

If you look at the MCU.md is using the same Signature Byte.

Byte Address --------- 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

I'm glad I did it right, thanks for sharing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants