Context Management - Sinapse-Energia/MIFARE-US GitHub Wiki
Physical part - Where save the context
Addresses
Context data stored in the last Flash Sector (2Kb).
Device data started from address 0x0803f800 for microcontroller's internal Flash
| # | Bias | Name | SNAME | Size |
|---|---|---|---|---|
| 1 | 0x000 | IP_server | IPSRV | 30 |
| 2 | 0x01E | Time_server | TIMESR | 4 |
| 3 | 0x022 | IP_device | IPDVC | 15 |
| 4 | 0x031 | ClientType | CLTYPE | 5 |
| 5 | 0x036 | Local_Time | TIMELC | 4 |
| 6 | 0x03A | Building | BUILD | 20 |
| 7 | 0X04E | Classroom_Type | CRTYPE | 2 |
| 8 | 0x050 | Classroom | CROOM | 2 |
| 9 | 0x052 | Serial | SERIAL | 4 |
¡¡UNCOMPLETED!!