mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-04 07:11:10 +08:00
comment
This commit is contained in:
parent
7a06a77283
commit
0288b452d4
1 changed files with 6 additions and 5 deletions
|
@ -52,11 +52,12 @@ extern uint32_t FLASHMEM_SPIBAUDRATE;
|
|||
// RDV40 Section
|
||||
// 256kb divided into 4k sectors.
|
||||
//
|
||||
// last 4k sector = signature
|
||||
// second last 4k sector = settings
|
||||
// third last 4k sector = default MF keys dictionary
|
||||
// forth last 4k sector = default LF keys dictionary
|
||||
|
||||
// 0x3F000 - 1 4kb sector = signature
|
||||
// 0x3E000 - 1 4kb sector = settings
|
||||
// 0x3D000 - 1 4kb sector = default T55XX keys dictionary
|
||||
// 0x3B000 - 1 4kb sector = default ICLASS keys dictionary
|
||||
// 0x39000 - 2 4kb sectors = default MFC keys dictionary
|
||||
//
|
||||
#ifndef FLASH_MEM_BLOCK_SIZE
|
||||
# define FLASH_MEM_BLOCK_SIZE 256
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue