From e046b23773603be13d9b57047a3fbbf201bb5f99 Mon Sep 17 00:00:00 2001 From: Kenneth Bell Date: Tue, 28 Dec 2021 18:59:33 +0000 Subject: [PATCH] stm32l552ze: use supported stlink interface --- targets/nucleo-l552ze.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/nucleo-l552ze.json b/targets/nucleo-l552ze.json index 044b5837..9ee43680 100644 --- a/targets/nucleo-l552ze.json +++ b/targets/nucleo-l552ze.json @@ -7,6 +7,6 @@ "src/device/stm32/stm32l552.s" ], "flash-method": "openocd", - "openocd-interface": "stlink-v2-1", + "openocd-interface": "stlink", "openocd-target": "stm32l5x" } \ No newline at end of file