From c7425f9da68c009e6b1cb16c219628328dcc91b5 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Thu, 23 Dec 2021 14:04:20 +0100 Subject: [PATCH] jlink.gdb update --- jlink.gdb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/jlink.gdb b/jlink.gdb index d64bc73..615efdc 100644 --- a/jlink.gdb +++ b/jlink.gdb @@ -1,8 +1,7 @@ target remote localhost:2331 -# For some reason, this is problematic even if the JLinkScript disabled the remote -# write protection. Therefore, don't do it for now -# monitor reset +# Reset is problematic on RevA, okay for RevB +monitor reset # *try* to stop at the user entry point (it might be gone due to inlining) break main