I created a blinky project in deployment mode using a signed boot and successfully ran on LPC55S28-EVK
opened debug port from PKI management menu as pyocd using the LCP-LINK2 CMSIS probe
opened blinky pyocd target on MCUExpresso IDE received the following crash on the deployment tool.
GENERAL ERROR: OSError: read error
Exception ignored in: <function DebugProbe.__del__ at 0x000001A2E45800D0>
Traceback (most recent call last):
File "spsdk\debuggers\debug_probe.py", line 406, in __del__
File "spsdk\debuggers\debug_probe_pyocd.py", line 138, in close
File "pyocd\probe\cmsis_dap_probe.py", line 199, in close
File "pyocd\utility\concurrency.py", line 28, in _locking
File "pyocd\probe\pydapaccess\dap_access_cmsis_dap.py", line 658, in close
File "pyocd\utility\concurrency.py", line 28, in _locking
File "pyocd\probe\pydapaccess\dap_access_cmsis_dap.py", line 707, in flush
File "pyocd\utility\concurrency.py", line 28, in _locking
File "pyocd\probe\pydapaccess\dap_access_cmsis_dap.py", line 1015, in _send_packet
AttributeError: 'NoneType' object has no attribute 'get_empty'
nxpdebugmbox failed
I have verified that I can debug using pyocd using the same probe on an unlocked target.
Please can you help me