![]() |
STM32 W25Qxx QuadSPI Driver
0.1a
https://github.com/Crazy-Geeks/STM32-W25Q-QSPI
|
User's chip parameters. More...
Macros | |
| #define | MEM_FLASH_SIZE 256U |
| Mem size in MB-bit. | |
| #define | MEM_BLOCK_SIZE 64U |
| Mem big block size in KB. | |
| #define | MEM_SBLOCK_SIZE 32U |
| Mem small block size in KB. | |
| #define | MEM_SECTOR_SIZE 4U |
| Mem sector size in KB. | |
| #define | MEM_PAGE_SIZE 256U |
| Mem page size in bytes. | |
| #define | BLOCK_COUNT (MEM_FLASH_SIZE * 2) |
| Blocks count. | |
| #define | SECTOR_COUNT (BLOCK_COUNT * 16) |
| Sector count. | |
| #define | PAGE_COUNT (SECTOR_COUNT * 16) |
| Pages count. | |
User's chip parameters.