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 523dee3 commit 56c6b6dCopy full SHA for 56c6b6d
cores/nRF5/flash/flash_devices.h
@@ -49,13 +49,13 @@ typedef struct {
49
50
// Settings for the Gigadevice GD25Q16C 2MiB SPI flash.
51
// Datasheet: http://www.gigadevice.com/datasheet/gd25q16c/
52
-// Can only work reliably with nrf5x at 16Mhz, even though it should work up to 104 MHz
+// Can only work reliably with nrf5x at 10 Mhz, even though it should work up to 104 MHz
53
#define GD25Q16C {\
54
.total_size = 2*1024*1024, \
55
.manufacturer_id = 0xc8, \
56
.device_id = 0x14, \
57
.status_quad_enable = (1 << 9),\
58
- .freq = NRF_QSPI_FREQ_32MDIV2 \
+ .freq = NRF_QSPI_FREQ_32MDIV3 \
59
}
60
61
#define MX25R6435F {\
0 commit comments