This anomaly applies to IC Rev. Revision 2, build codes SICA-B1A, SIBA-B1A, SIAA-B1A.
Debugger is unable to trigger a system reset through AIRCR.SYSRESETREQ.
The CPU is running non-secure code and has set the AIRCR.SYSRESETREQ bit
Reset request is ignored.
SCB_DSCSR = (SCB_DSCSR & ~(1 << 17)) | 1 << 16;
This sets bit 17 (CDSKEY) to 0 to allow writes to CDS and bit 16 (CDS) to 1 to force secure execution.
The system resets.