nuttx/boards/arm/nrf53/nrf5340-audio-dk
2022-09-18 21:49:32 +08:00
..
configs/nsh_cpuapp boards: initial support for nrf5340-audio-dk - NSH boots on the app core 2022-09-18 21:49:32 +08:00
include boards: initial support for nrf5340-audio-dk - NSH boots on the app core 2022-09-18 21:49:32 +08:00
scripts boards: initial support for nrf5340-audio-dk - NSH boots on the app core 2022-09-18 21:49:32 +08:00
src boards: initial support for nrf5340-audio-dk - NSH boots on the app core 2022-09-18 21:49:32 +08:00
Kconfig boards: initial support for nrf5340-audio-dk - NSH boots on the app core 2022-09-18 21:49:32 +08:00
README.txt boards: initial support for nrf5340-audio-dk - NSH boots on the app core 2022-09-18 21:49:32 +08:00

nRF5340-DONGLE
===============

README for NuttX port to NRF5340 Audio DK (PCA10121) boards.

Tool Issues
===========

  OpenOCD
  -------------
  There is no support official support for Nordic Cortex M33 chips (nRF9160 or nRF5340).

  Segger J-Link
  -------------
  To start the GDB servers for the application core and the network core, use these commands:

    JLinkGDBServer -device nRF5340_xxAA_APP -autoconnect 1 -if SWD -speed 4000 -port 2331 -swoport 2332 -telnetport 2333
    JLinkGDBServer -device nRF5340_xxAA_NET -autoconnect 1 -if SWD -speed 4000 -port 2334 -swoport 2335 -telnetport 2336

  Then you can connect GDB to targets:

    (gdb_app) target remote localhost:2331
    (gdb_net) target remote localhost:2334