File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
4
if (CONFIG_BOARD_NRF7002DK_NRF5340_CPUAPP OR CONFIG_BOARD_NRF7002DK_NRF5340_CPUAPP_NRF7001 )
5
+ board_runner_args (nrfutil "--ext-mem-config-file=${BOARD_DIR} /support/nrf7002dk_spi_nrfutil_config.json" )
5
6
board_runner_args (jlink "--device=nrf5340_xxaa_app" "--speed=4000" )
6
7
elseif (CONFIG_BOARD_NRF7002DK_NRF5340_CPUNET )
7
8
board_runner_args (jlink "--device=nrf5340_xxaa_net" "--speed=4000" )
Original file line number Diff line number Diff line change
1
+ {
2
+ "firmware_config" : {
3
+ "peripheral" : " SPIM0"
4
+ },
5
+ "pins" : {
6
+ "sck" : 8 ,
7
+ "csn" : 11 ,
8
+ "io0" : 9 ,
9
+ "io1" : 10 ,
10
+ "io2" : 4294967295 ,
11
+ "io3" : 4294967295
12
+ },
13
+ "flash_size" : 8388608 ,
14
+ "page_size" : 4096 ,
15
+ "sck_frequency" : 8000000 ,
16
+ "address_mode" : " MODE24BIT"
17
+ }
You can’t perform that action at this time.
0 commit comments