Hi,
sometimes my board refuse to start the debug session. The debugger remain in this condition:
If paused it it's in a endless loop at the instruction:
while((systemREG1->MSTCGSTAT & 0x00000100U) != 0x00000100U)
in the sys_selftest.c line 158.
Sometimes it restarts at the next try, sometime requires a power reset of the board, sometime a complete system restart (unplug all, windows restart, replug).
Why? There's something I can verify? Which is the right way to exit this situation?
Thank you.

