From 31f32f200c3f64b42617638eb2fc390857d2b2e6 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Thu, 10 Nov 2022 12:34:12 -0700 Subject: [PATCH] ao-tools: return ao-flash-lpc operaton to "full speed" --- ao-tools/ao-flash/ao-flash-lpc | 1 + 1 file changed, 1 insertion(+) diff --git a/ao-tools/ao-flash/ao-flash-lpc b/ao-tools/ao-flash/ao-flash-lpc index 9e1d1cdb..62e223db 100755 --- a/ao-tools/ao-flash/ao-flash-lpc +++ b/ao-tools/ao-flash/ao-flash-lpc @@ -12,5 +12,6 @@ echo "program $file reset" > $cmds openocd \ -f interface/stlink-v2.cfg \ -f target/lpc11xx.cfg \ + -c 'adapter speed 1000' \ -f $cmds \ -c shutdown -- 2.30.2