Skip to content

Commit 4e51051

Browse files
committed
Enable 32-bit addressing for QSPI
1 parent 3f6179a commit 4e51051

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sdk_config.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5068,7 +5068,7 @@
50685068

50695069

50705070
#ifndef QSPI_CONFIG_SCK_DELAY
5071-
#define QSPI_CONFIG_SCK_DELAY 1
5071+
#define QSPI_CONFIG_SCK_DELAY 255
50725072
#endif
50735073

50745074
// <o> QSPI_CONFIG_XIP_OFFSET - Address offset in the external memory for Execute in Place operation.
@@ -5105,7 +5105,7 @@
51055105
// <1=> 32bit
51065106

51075107
#ifndef QSPI_CONFIG_ADDRMODE
5108-
#define QSPI_CONFIG_ADDRMODE 0
5108+
#define QSPI_CONFIG_ADDRMODE 1
51095109
#endif
51105110

51115111
// <o> QSPI_CONFIG_MODE - SPI mode.
@@ -5137,7 +5137,7 @@
51375137
// <15=> 32MHz/16
51385138

51395139
#ifndef QSPI_CONFIG_FREQUENCY
5140-
#define QSPI_CONFIG_FREQUENCY 3
5140+
#define QSPI_CONFIG_FREQUENCY 15
51415141
#endif
51425142

51435143
// <s> QSPI_PIN_SCK - SCK pin value.
@@ -10103,7 +10103,7 @@
1010310103
// <4=> Debug
1010410104

1010510105
#ifndef NRF_SDH_BLE_LOG_LEVEL
10106-
#define NRF_SDH_BLE_LOG_LEVEL 4
10106+
#define NRF_SDH_BLE_LOG_LEVEL 3
1010710107
#endif
1010810108

1010910109
// <o> NRF_SDH_BLE_INFO_COLOR - ANSI escape code prefix.

0 commit comments

Comments
 (0)