File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change 1
1
# SPDX-License-Identifier: Apache-2.0
2
2
3
+ if (CONFIG_SOC_NRF52840_QIAA )
4
+ board_runner_args (nrfutil "--ext-mem-config-file=${BOARD_DIR} /support/nrf52840dk_qspi_nrfutil_config.json" )
5
+ endif ()
6
+
3
7
board_runner_args (jlink "--device=nRF52840_xxAA" "--speed=4000" )
4
8
board_runner_args (pyocd "--target=nrf52840" "--frequency=4000000" )
5
9
include (${ZEPHYR_BASE} /boards/common/nrfutil.board.cmake )
Original file line number Diff line number Diff line change
1
+ {
2
+ "firmware_config" : {
3
+ "peripheral" : " QSPI"
4
+ },
5
+ "pins" : {
6
+ "sck" : 19 ,
7
+ "csn" : 17 ,
8
+ "io0" : 20 ,
9
+ "io1" : 21 ,
10
+ "io2" : 22 ,
11
+ "io3" : 23
12
+ },
13
+ "flash_size" : 8388608 ,
14
+ "sck_frequency" : 8000000 ,
15
+ "address_mode" : " MODE24BIT" ,
16
+ "readoc" : " READ4IO" ,
17
+ "writeoc" : " PP4IO" ,
18
+ "pp_size" : " PPSIZE256" ,
19
+ "sck_delay" : 128 ,
20
+ "rx_delay" : 2 ,
21
+ "page_size" : 4096
22
+ }
You can’t perform that action at this time.
0 commit comments