We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac45b10 commit 16d6042Copy full SHA for 16d6042
builder/main.py
@@ -499,9 +499,9 @@ def _jlink_cmd_script(env, source):
499
]
500
openocd_args.extend(
501
debug_tools.get(upload_protocol).get("server").get("arguments", []))
502
- # always use a default speed directive of 1000khz or an otherwise configured speed
+ # always use a default speed directive of 5000khz or an otherwise configured speed
503
# otherwise, flash failures were observed
504
- speed = env.GetProjectOption("debug_speed") or "1000"
+ speed = env.GetProjectOption("debug_speed") or "5000"
505
506
["-c", "adapter speed %s" % speed]
507
)
0 commit comments