Skip to content

Commit 338371e

Browse files
mthiede-acn2kartben
authored andcommitted
boards: nucleo_h755zi_q: fix debugging
This fix uses the stm32h745i-disco openocd configuration instead of the st_nucleo_h745zi configuration as the latter seems to be broken in openocd as shipped by zephyr-sdk-0.17.0. Signed-off-by: Martin Thiede <martin.thiede@accenture.com>
1 parent 5f935da commit 338371e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

boards/st/nucleo_h755zi_q/support/openocd.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# SPDX-License-Identifier: Apache-2.0
55
#
66

7-
# Borrow the nucleo_h745zi openocd configuration as no config exists for the h755 yet.
8-
source [find board/st_nucleo_h745zi.cfg]
7+
# Borrow the stm32h745i-disco openocd configuration as no config exists for the h755 yet.
8+
source [find board/stm32h745i-disco.cfg]
99

1010
# Use connect_assert_srst here to be able to program
1111
# even when core is in sleep mode

0 commit comments

Comments
 (0)