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 c344d48 commit 69eb2efCopy full SHA for 69eb2ef
ports/atmel-samd/external_flash/devices.h
@@ -181,7 +181,7 @@ typedef struct {
181
}
182
183
// Settings for the Winbond W25Q16JV 2MiB SPI flash.
184
-
+// Datasheet: https://www.winbond.com/resource-files/w25q16jv%20spi%20revf%2005092017.pdf
185
#define W25Q16JV {\
186
.total_size = (1 << 21), /* 2 MiB */ \
187
.start_up_time_us = 5000, \
0 commit comments