Error when trying to debug custom module using Segger_RTT on the NCS

Hi,

I am trying to flash thread: CLI example from the NCS onto my custom board. The MCU on the board is still the nrf52840 and I am using the SWDIO and SWCLK pins from the nrf52840dk to flash onto my custom board.

I have used this method to flash other firmware onto the same module and was successful doing it, so flashing shouldn't be a problem. However, this is my first time using NCS to try and debug my board and I'm not sure what I'm doing wrong.

Here's what I see on the RTT viewer when I connect to it:

SEGGER J-Link V7.94e - Real time terminal output
SEGGER J-Link (unknown) V1.0, SN=683693059
Process: JLink.exe
[00:00:00.001,312] <err> qspi_nor: JEDEC id [ff ff ff] expect [c2 28 17]
[00:00:00.002,960] <inf> ieee802154_nrf5: nRF5 802154 radio initialized
[00:00:00.010,742] <inf> fs_nvs: 8 Sectors of 4096 bytes
[00:00:00.010,742] <inf> fs_nvs: alloc wra: 0, fd0
[00:00:00.010,742] <inf> fs_nvs: data wra: 0, 70
*** Booting nRF Connect SDK 3758bcbfa5cd ***
[00:00:00.016,693] <inf> cli_sample: 


Any help or insight is greatly appreciated.

Best regards,
Glen

Related