File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
ports/atmel-samd/external_flash Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -180,9 +180,9 @@ typedef struct {
180
180
.write_status_register_split = false, \
181
181
}
182
182
183
- // Settings for the Winbond W25Q16JV 2MiB SPI flash.
183
+ // Settings for the Winbond W25Q16JV 2MiB SPI flash. Note that JV-IQ has a different .memory_type (0x40)
184
184
// Datasheet: https://www.winbond.com/resource-files/w25q16jv%20spi%20revf%2005092017.pdf
185
- #define W25Q16JV {\
185
+ #define W25Q16JV_IQ {\
186
186
.total_size = (1 << 21), /* 2 MiB */ \
187
187
.start_up_time_us = 5000, \
188
188
.manufacturer_id = 0xef, \
@@ -197,7 +197,7 @@ typedef struct {
197
197
.write_status_register_split = false, \
198
198
}
199
199
200
- // Settings for the Winbond W25Q16JV_IM 2MiB SPI flash. (W25Q16JVUXIM )
200
+ // Settings for the Winbond W25Q16JV_IM 2MiB SPI flash. Note that JV-IM has a different .memory_type (0x70 )
201
201
// Datasheet: https://www.winbond.com/resource-files/w25q16jv%20spi%20revf%2005092017.pdf
202
202
#define W25Q16JV_IM {\
203
203
.total_size = (1 << 21), /* 2 MiB */ \
You can’t perform that action at this time.
0 commit comments