@@ -180,30 +180,13 @@ typedef struct {
180
180
.write_status_register_split = false, \
181
181
}
182
182
183
- // Settings for the Winbond W25Q16JV 2MiB SPI flash. Note that JV-IQ has a different .memory_type (0x40)
184
- // Datasheet: https://www.winbond.com/resource-files/w25q16jv%20spi%20revf%2005092017.pdf
185
- #define W25Q16JV_IQ {\
186
- .total_size = (1 << 21), /* 2 MiB */ \
187
- .start_up_time_us = 5000, \
188
- .manufacturer_id = 0xef, \
189
- .memory_type = 0x40, \
190
- .capacity = 0x15, \
191
- .max_clock_speed_mhz = 133, \
192
- .has_sector_protection = false, \
193
- .supports_fast_read = true, \
194
- .supports_qspi = true, \
195
- .has_quad_enable = true, \
196
- .supports_qspi_writes = true, \
197
- .write_status_register_split = false, \
198
- }
183
+ // Settings for the Winbond W25Q16JV 2MiB SPI flash.
199
184
200
- // Settings for the Winbond W25Q16JV_IM 2MiB SPI flash. Note that JV-IM has a different .memory_type (0x70)
201
- // Datasheet: https://www.winbond.com/resource-files/w25q16jv%20spi%20revf%2005092017.pdf
202
- #define W25Q16JV_IM {\
185
+ #define W25Q16JV {\
203
186
.total_size = (1 << 21), /* 2 MiB */ \
204
187
.start_up_time_us = 5000, \
205
188
.manufacturer_id = 0xef, \
206
- .memory_type = 0x70 , \
189
+ .memory_type = 0x40 , \
207
190
.capacity = 0x15, \
208
191
.max_clock_speed_mhz = 133, \
209
192
.has_sector_protection = false, \
@@ -282,4 +265,6 @@ typedef struct {
282
265
.write_status_register_split = false, \
283
266
}
284
267
268
+
269
+
285
270
#endif // MICROPY_INCLUDED_ATMEL_SAMD_EXTERNAL_FLASH_DEVICES_H
0 commit comments