Hi,
I need help to use FT2232H wit OpenOCD for flashing and showing debug messages from nRF52833 Dev Kit.
Background:
I need to distribute the debug environment to people in different areas. People will get the board with nRF52833 soon. Before people gets the board, I want to prepare the debug environment for them to use. The environment I decided is using FT2232H with OpenOCD since it has two channels(one can be SWD and the other one can be UART).
Preparing the debug environment:
Since I don't have the board yet, I'm trying to use test the tools with nRF52833 Dev Kit.
For now, I'm getting the error like below
==================================================
$ sudo ./openocd -f interface/ftdi/minimodule-swd.cfg -f target/nrf52.cfg
Password:
Open On-Chip Debugger 0.11.0
Licensed under GNU GPL v2
For bug reports, read
Info : FTDI SWD mode enabled
swd
Info : Listening on port 6666 for tcl connections
Info : Listening on port 4444 for telnet connections
Info : clock speed 1000 kHz
Error: Error connecting DP: cannot read IDR
=============================================
I'm using the "Deubg In"(P18), and use USB as power source(SW9), and nRF ONLY mode(SW6).
Anyone successfully connected external debugger to nRF DK ?