Skip to content

Commit 56c6b6d

Browse files
committed
reduce GD25Q16C freq to work reliably with feather nrf52840
1 parent 523dee3 commit 56c6b6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cores/nRF5/flash/flash_devices.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ typedef struct {
4949

5050
// Settings for the Gigadevice GD25Q16C 2MiB SPI flash.
5151
// 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
52+
// Can only work reliably with nrf5x at 10 Mhz, even though it should work up to 104 MHz
5353
#define GD25Q16C {\
5454
.total_size = 2*1024*1024, \
5555
.manufacturer_id = 0xc8, \
5656
.device_id = 0x14, \
5757
.status_quad_enable = (1 << 9),\
58-
.freq = NRF_QSPI_FREQ_32MDIV2 \
58+
.freq = NRF_QSPI_FREQ_32MDIV3 \
5959
}
6060

6161
#define MX25R6435F {\

0 commit comments

Comments
 (0)