We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91317a5 commit 1be274eCopy full SHA for 1be274e
drivers/flash/spi_nor.h
@@ -90,9 +90,10 @@
90
#define SPI_NOR_OCMD_BULKE 0x609F /* Octa Bulk Erase */
91
92
/* Page, sector, and block size are standard, not configurable. */
93
- #define SPI_NOR_PAGE_SIZE 0x0100U
94
- #define SPI_NOR_SECTOR_SIZE 0x1000U
95
- #define SPI_NOR_BLOCK_SIZE 0x10000U
+#define SPI_NOR_PAGE_SIZE 0x0100U
+#define SPI_NOR_SECTOR_SIZE 0x1000U
+#define SPI_NOR_BLOCK_32K_SIZE 0x8000U
96
+#define SPI_NOR_BLOCK_SIZE 0x10000U
97
98
/* Flash Auto-polling values */
99
#define SPI_NOR_WREN_MATCH 0x02
0 commit comments