Hi, I am in trouble in Debug Authentication for LPCXpresso 55S69 and SPSDK 1.6.3.
I just want to use Debug Authentication without Secure Boot. So I follow the procedure written in AN13037. (I understand some descriptions are different from spsdk 1.6.3) But, when I execute 'nxpdebugmbox auth' command, it causes error with flollowing messages.
INFO:spsdk.apps.nxpdebugmbox:Starting Debug Authentication
# Interface Id Description
----------------------------------------------------------------------------
0 PyOCD PRA1AQJR NXP Semiconductors LPC-LINK2 CMSIS-DAP V5.224
INFO:pyocd.coresight.dap:DP IDR = 0x6ba02477 (v2 rev6)
INFO:pyocd.coresight.ap:AP#2 IDR = 0x002a0000 (AP var0 rev0)
INFO:spsdk.debuggers.debug_probe_pyocd:PyOCD connected via LPC-LINK2 CMSIS-DAP V5.224 probe.
WARNING:spsdk.debuggers.debug_probe_pyocd:The memory interface not found - probably locked device
INFO:pyocd.coresight.dap:DP IDR = 0x6ba02477 (v2 rev6)
INFO:pyocd.coresight.ap:AP#2 IDR = 0x002a0000 (AP var0 rev0)
INFO:spsdk.debuggers.debug_probe_pyocd:PyOCD connected via LPC-LINK2 CMSIS-DAP V5.224 probe.
WARNING:spsdk.debuggers.debug_probe_pyocd:The memory interface not found - probably locked device
INFO:spsdk.apps.nxpdebugmbox:Debug Authentication ends without AHB access.
When I modify CMPA configuration and set CC_SOCU_PIN/DFLT of DBGEN&SPIDEN to 'Always Enable', authentication is done without error. (But it is meaningless setting.)
Does anyone have an idea what causes this error?