tcl/stm32u5x: fix clock config used at 'reset init'
[fw/openocd] / tcl / board / olimex_stm32_h405.cfg
1 # SPDX-License-Identifier: GPL-2.0-or-later
2 # Olimex STM32-H405 eval board
3 # https://www.olimex.com/Products/ARM/ST/STM32-H405/
4
5 # Work-area size (RAM size) = 128kB for STM32F405RG device
6 set WORKAREASIZE 0x20000
7
8 source [find target/stm32f4x.cfg]