Signature: Difference between revisions

From Proghq
Jump to navigation Jump to search
No edit summary
No edit summary
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
Documents signature bytes used on EPROM, AT89C51, 87C51, etc.
Documents signature bytes used on EPROM, AT89C51, 87C51, etc.
Also known as:
* Signature
* Device ID
* Identity code
TODO:
* Are 87C51 and 89C51 signature protocols the same?
** Looks like it
** Also looks like some 8751 support signature
* Do mcs51 mask ROM parts support signature?
* Are EPROM signatures compatible with mcs51 signatures?
** Don't think so...power pins are very different
= JEDEC =


https://www.jedec.org/standards-documents/docs/jep-106ab
https://www.jedec.org/standards-documents/docs/jep-106ab


Is AT89C51 signature the same as P87C51 signature?
Think these are flash specific


Do mcs51 mask ROM parts support signature?
"JEDEC SOLID STATE TECHNOLOGY ASSOCIATION"


Are EPROM signatures compatible with mcs51 signatures in any way?
"The intent of this identification code is that it may be used whenever a digital field is required, e.g., hardware, software, documentation, etc."


= 89C51 family =
= 89C51 family =
Line 15: Line 31:
{| class="wikitable"
{| class="wikitable"
|-
|-
! ID (hex)
! Sig (hex)
! Vendor
! Vendor
! Chip label
! Chip label
! Die ID
! Die ID
! Notes
|-
| 1E51FF
| Atmel
| AT89C51
| 19052
|
|-
|-
| row 1, cell 1
| 9ED100
| row 1, cell 2
| Atmel
| row 1, cell 3
| AT89C51
| row 1, cell 3
| 19651
|  
|-
|-
| row 2, cell 1
| 1E52FF
| row 2, cell 2
| Atmel
| row 2, cell 3
| AT89C52
| row 2, cell 3
| (19652)
| Die ID was for a AT89C52, but not verified to have the same signature words
|}
|}


= 87C51 family =
= 87C51 family =
= Referneces =
https://pcmhacking.net/forums/viewtopic.php?f=33&t=4668
http://www.mcumall.com/forum_GQ/post.asp?method=ReplyQuote&REPLY_ID=3587&TOPIC_ID=2105&FORUM_ID=9

Latest revision as of 18:32, 12 August 2018

Documents signature bytes used on EPROM, AT89C51, 87C51, etc.

Also known as:

  • Signature
  • Device ID
  • Identity code

TODO:

  • Are 87C51 and 89C51 signature protocols the same?
    • Looks like it
    • Also looks like some 8751 support signature
  • Do mcs51 mask ROM parts support signature?
  • Are EPROM signatures compatible with mcs51 signatures?
    • Don't think so...power pins are very different


JEDEC

https://www.jedec.org/standards-documents/docs/jep-106ab

Think these are flash specific

"JEDEC SOLID STATE TECHNOLOGY ASSOCIATION"

"The intent of this identification code is that it may be used whenever a digital field is required, e.g., hardware, software, documentation, etc."

89C51 family

IDs are found at special NV memory address 0x30-0x32

Sig (hex) Vendor Chip label Die ID Notes
1E51FF Atmel AT89C51 19052
9ED100 Atmel AT89C51 19651
1E52FF Atmel AT89C52 (19652) Die ID was for a AT89C52, but not verified to have the same signature words

87C51 family

Referneces

https://pcmhacking.net/forums/viewtopic.php?f=33&t=4668

http://www.mcumall.com/forum_GQ/post.asp?method=ReplyQuote&REPLY_ID=3587&TOPIC_ID=2105&FORUM_ID=9