From c9d5ede351bcef2fa583a940b569ffff7c5ab190 Mon Sep 17 00:00:00 2001 From: Dom Date: Wed, 4 Oct 2023 21:08:19 +0200 Subject: [PATCH] increase rset to 200ms with 100ms I ran into issues, I had to reset manually afterwards --- builder/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/main.py b/builder/main.py index d6665d8..17332c9 100644 --- a/builder/main.py +++ b/builder/main.py @@ -472,7 +472,7 @@ def _jlink_cmd_script(env, source): "h", "loadbin %s, %s" % (source, upload_addr), "RSetType 2", - "ResetX 100", + "ResetX 200", "q" ] with open(script_path, "w") as fp: