The main memories are SRAM data memory, EEPROM data memory, and Flash program
            memory. In addition, the peripheral registers are located in the I/O memory space.
            Table 7-1. Physical Properties of Flash
                    Memory| Property | ATtiny416/ATtiny417
                                                  Automotive | ATtiny814/ATtiny816/ATtiny817
                                                  Automotive | 
|---|
| Size | 4 KB | 8 KB | 
| Page size | 64B | 64B | 
| Number of pages | 64 | 128 | 
| Start address | 0x8000 | 0x8000 | 
 
            Table 7-2. Physical Properties of
                    SRAM| Property | ATtiny416/ATtiny417
                                                  Automotive | ATtiny814/ATtiny816/ATtiny817
                                                  Automotive | 
|---|
| Size | 256B | 512B | 
| Start address | 0x3F00 | 0x3E00 | 
 
            Table 7-3. Physical Properties of
                    EEPROM| Property | ATtiny416/ATtiny417
                                                  Automotive | ATtiny814/ATtiny816/ATtiny817
                                                  Automotive | 
|---|
| Size | 128B | 128B | 
| Page size | 32B | 32B | 
| Number of pages | 4 | 4 | 
| Start address | 0x1400 | 0x1400 |