From 6ed7a4886d117b65b64d81e0051738cf8c247540 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20H=C3=BCttel?= Date: Sat, 15 Feb 2020 23:17:41 +0100 Subject: [PATCH] change programming speed to 1 MHz in order to prevent communication errors --- stm-firmware/program-device.gdb | 1 + 1 file changed, 1 insertion(+) diff --git a/stm-firmware/program-device.gdb b/stm-firmware/program-device.gdb index cdc2129..327dc61 100644 --- a/stm-firmware/program-device.gdb +++ b/stm-firmware/program-device.gdb @@ -1,4 +1,5 @@ target extended-remote :2331 +monitor speed 1000 monitor reset load monitor reset