Part Number: LP-AM243
Hi, I'm having the following error when I'm trying to debug the am263_cc & am243_lp device, the debug initialization process was stuck in CPU soft reset through GEL:
Error connecting to the target: (Error -1170 @ 0x0) Unable to access the DAP. Reset the device, and retry the operation. If error persists, confirm configuration, power-cycle the board, and/or try more reliable JTAG settings (e.g. lower TCLK).
The code (and examples in SDK that I tried) are tailored towards the R5F cores, and I wasn't using the other M4/M3 cores from am263/am243. The error was complaining about the unused M4/M3 cores in default debug settings, R5F cores worked just fine.
I tried to mark the M4/M3 as bypassed in targetConfig, in which debug console initializes without errors, but it would not start my program or the provided examples in SDK.
Is there anything that can be done to fix or mitigate the issue? I was using the default debug settings, with no modification to the .ccxml or GEL files.
Best,
Sen Wang