UHSDR/UHSDR-active-devel/mchf-eclipse/support/ovi40.cfg

23 lines
485 B
INI
Raw Normal View History

2022-08-24 08:39:13 +02:00
# This is an MCHF board with a single STM32F407VGTx chip.
# Generated by System Workbench for STM32
source [find interface/stlink-v2.cfg]
#source [find interface/stlink-v2-1.cfg]
set WORKAREASIZE 0x20000
transport select "hla_swd"
#source [find target/stm32f4x.cfg]
source [find target/stm32f7x.cfg]
# use hardware reset, connect under reset
reset_config none
## code to unprotect a protected STM32F7
## normally no required
#init
#reset halt
#stm32f2x unlock 0
#reset halt
#exit