I am trying to program ADICUP3029 board. After converting the MAINTAINACE drive to DAP link drive, I could program once using the example blinky project.
While debugging I think I pressed the boot or reset button (I dont remember which). After this I am not able to program the board nor able to use serial utility to erase the board. Following are the error logs I am getting.
Both Power and UART switches are kept in USB position.
Cross core debug log - debug configuration (Board - Analog Devices ADuCM3029(DFP), Interface - CMSIS-DAP, Max speed 1MHz, Reset option - System Reset)
Open On-Chip Debugger (Analog Devices 0.12.0-1.3.3) OpenOCD 0.12.0 (2026-05-26-15:18)
Licensed under GNU GPL v2
Report bugs to <processor.tools.support@analog.com>
0
cortex_m reset_config sysresetreq
Info : CMSIS-DAP: SWD supported
Info : CMSIS-DAP: FW Version = 1.0
Info : CMSIS-DAP: Interface Initialised (SWD)
Info : SWCLK/TCK = 0 SWDIO/TMS = 1 TDI = 0 TDO = 0 nTRST = 0 nRESET = 1
Info : CMSIS-DAP: Interface ready
Info : clock speed 1000 kHz
Info : SWD DPIDR 0x2ba01477
Error: [aducm3029.cpu] Could not find MEM-AP to control the core
Error: [aducm3029.cpu] Examination failed
Warn : target aducm3029.cpu examination failed
Info : [aducm3029.cpu] starting gdb server on 3333
Info : Listening on port 3333 for gdb connections
memory bus access delay set to 6 tck
adapter speed: 1000 kHz
Info : Listening on port 6666 for tcl connections
Info : Listening on port 4444 for telnet connections
Info : accepting 'gdb' connection on tcp/3333
Error: Target not examined yet
Info : SWD DPIDR 0x2ba01477
Error: [aducm3029.cpu] Could not find MEM-AP to control the core
Error: [aducm3029.cpu] Debug AP not available, reset NOT asserted!
Info : SWD DPIDR 0x2ba01477
Error: [aducm3029.cpu] Could not find MEM-AP to control the core
Error: [aducm3029.cpu] Debug AP not available, reset NOT asserted!
Info : SWD DPIDR 0x2ba01477
Error: [aducm3029.cpu] Could not find MEM-AP to control the core
Error: [aducm3029.cpu] Debug AP not available, reset NOT asserted!
Info : SWD DPIDR 0x2ba01477
Error: [aducm3029.cpu] Could not find MEM-AP to control the core
Error: [aducm3029.cpu] Debug AP not available, reset NOT asserted!
Info : SWD DPIDR 0x2ba01477
Error: [aducm3029.cpu] Could not find MEM-AP to control the core
Error: [aducm3029.cpu] Debug AP not available, reset NOT asserted!
Info : SWD DPIDR 0x2ba01477
Error: Target not examined yet
Error: [aducm3029.cpu] Execution of event gdb-attach failed:
Error: Target not examined yet
Error: Target not examined yet
Error: not an Analog Devices Cortex-M based part
Error: auto_probe failed
Error: Connect failed. Consider setting up a gdb-attach event for the target to prepare target for GDB connect, or use 'gdb_memory_map disable'.
Error: attempted 'gdb' connection rejected
Serial flash utility log - (ADuCM302x and 9600 to 115200 baud rate)
Sending second stage kernel.
Read Intel HEX application image with 668 bytes.
No autobaud response.
Please help. I want to be able to use the Cross core IDE again.