File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5068
5068
5069
5069
5070
5070
#ifndef QSPI_CONFIG_SCK_DELAY
5071
- #define QSPI_CONFIG_SCK_DELAY 1
5071
+ #define QSPI_CONFIG_SCK_DELAY 255
5072
5072
#endif
5073
5073
5074
5074
// <o> QSPI_CONFIG_XIP_OFFSET - Address offset in the external memory for Execute in Place operation.
5105
5105
// <1=> 32bit
5106
5106
5107
5107
#ifndef QSPI_CONFIG_ADDRMODE
5108
- #define QSPI_CONFIG_ADDRMODE 0
5108
+ #define QSPI_CONFIG_ADDRMODE 1
5109
5109
#endif
5110
5110
5111
5111
// <o> QSPI_CONFIG_MODE - SPI mode.
5137
5137
// <15=> 32MHz/16
5138
5138
5139
5139
#ifndef QSPI_CONFIG_FREQUENCY
5140
- #define QSPI_CONFIG_FREQUENCY 3
5140
+ #define QSPI_CONFIG_FREQUENCY 15
5141
5141
#endif
5142
5142
5143
5143
// <s> QSPI_PIN_SCK - SCK pin value.
10103
10103
// <4=> Debug
10104
10104
10105
10105
#ifndef NRF_SDH_BLE_LOG_LEVEL
10106
- #define NRF_SDH_BLE_LOG_LEVEL 4
10106
+ #define NRF_SDH_BLE_LOG_LEVEL 3
10107
10107
#endif
10108
10108
10109
10109
// <o> NRF_SDH_BLE_INFO_COLOR - ANSI escape code prefix.
You can’t perform that action at this time.
0 commit comments