Incorrect Jlink behavior on Mac OS in VSCode

Hi there!

I'm having trouble debugging a small project using the xiao nrf52840 board and the J-Link debugger. Everything works fine on Windows, but on Mac OS, the debugger only starts once. The second time, it returns an error message saying "failed to initialize the CPU module in the firmware because the probe is low on memory". Reconnecting the probe fixes the issue, but it reoccurs in the next debugging session.

Debugging with Ozone works fine on the same machine. I have found suggestions online that this issue may be caused by an incorrect termination of the debug session. Is there any configuration related to J-Link that could be causing this problem, or any other ideas on how to fix it?

I'm using OSX 15.7.2, J-Link software 8.9.6 and J-Link V8.

Any suggestions would be greatly appreciated.

Related