33.3 Signature Bytes
All microcontrollers have a three-byte signature code which identifies the device. This code can be read in both serial and parallel mode, also when the device is locked. The three bytes reside in a separate address space. For the device the signature bytes are given in the following table.
| Part | Signature Bytes Address | ||
|---|---|---|---|
| 0x000 | 0x001 | 0x002 | |
| ATmega48PB | 0x1E | 0x92 | 0x10 |
| ATmega88PB | 0x1E | 0x93 | 0x16 |
| ATmega168PB | 0x1E | 0x94 | 0x15 |
