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.
2 parents 9d928b5 + 945f2f5 commit 15dd2fcCopy full SHA for 15dd2fc
ports/atmel-samd/external_flash/devices.h
@@ -169,7 +169,7 @@ typedef struct {
169
.supports_qspi_writes = true, \
170
}
171
172
-// Settings for the Winbond W25Q32BV 2MiB SPI flash.
+// Settings for the Winbond W25Q32BV 4MiB SPI flash.
173
// Datasheet: https://www.winbond.com/resource-files/w25q32bv_revi_100413_wo_automotive.pdf
174
#define W25Q32BV {\
175
.total_size = (1 << 22), /* 4 MiB */ \
0 commit comments