mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
Corrected documentation on SPI FLASH memory usage after SPIFFS area extension.
This commit is contained in:
parent
e3486e57b1
commit
adadfb7fad
3 changed files with 18 additions and 10 deletions
|
@ -22,17 +22,17 @@
|
|||
#include "common.h"
|
||||
|
||||
// RDV40 Section
|
||||
// 256kb divided into 4k sectors.
|
||||
// 256KB divided into 4K sectors.
|
||||
// +--------+-------------+---------+--------------------------+
|
||||
// | Sector | 256kb addr* | Size | Description |
|
||||
// | Sector | 256KB addr* | Size | Description |
|
||||
// +--------+-------------+---------+--------------------------+
|
||||
// | N | 0x3F000 | 1 * 4kb | signature |
|
||||
// | N-1 | 0x3E000 | 1 * 4kb | reserved for future use |
|
||||
// | N | 0x3F000 | 1 * 4KB | signature |
|
||||
// | N-1 | 0x3E000 | 1 * 4KB | reserved for future use |
|
||||
// +--------+-------------+---------+--------------------------+
|
||||
//
|
||||
// * For different memory size than 256kb the address is not valid.
|
||||
// * For different memory size than 256KB the address is not valid.
|
||||
// Please instead refer to Sector number, where N is the last
|
||||
// 4kb secotr of the memory in question.
|
||||
// 4KB secotr of the memory in question.
|
||||
|
||||
#ifndef FLASH_MEM_BLOCK_SIZE
|
||||
# define FLASH_MEM_BLOCK_SIZE 256
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue