File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 11# SPDX-License-Identifier: Apache-2.0
22
33if (CONFIG_BOARD_THINGY53_NRF5340_CPUAPP OR CONFIG_BOARD_THINGY53_NRF5340_CPUAPP_NS)
4+ board_runner_args(nrfutil "--ext-mem-config-file=${BOARD_DIR} /thingy53_qspi_nrfutil_config.json" )
45 board_runner_args(jlink "--device=nrf5340_xxaa_app" "--speed=4000" )
56elseif (CONFIG_BOARD_THINGY53_NRF5340_CPUNET)
67 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" : " QSPI"
4+ },
5+ "pins" : {
6+ "sck" : 17 ,
7+ "csn" : 18 ,
8+ "io0" : 13 ,
9+ "io1" : 14 ,
10+ "io2" : 15 ,
11+ "io3" : 16
12+ },
13+ "flash_size" : 67108864 ,
14+ "sck_frequency" : 8000000 ,
15+ "address_mode" : " MODE24BIT" ,
16+ "readoc" : " READ2IO" ,
17+ "writeoc" : " PP" ,
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