2022-12-21 09:46:25 -08:00
|
|
|
# Openocd script for Proteus hardware CI
|
|
|
|
source [find interface/stlink.cfg]
|
2023-07-23 14:53:24 -07:00
|
|
|
|
2022-12-21 09:46:25 -08:00
|
|
|
transport select hla_swd
|
|
|
|
|
|
|
|
# increase working area to 128KB
|
|
|
|
set WORKAREASIZE 0x20000
|
|
|
|
|
|
|
|
# chip name
|
|
|
|
set CHIPNAME PROTEUS
|
|
|
|
|
2023-07-23 14:53:24 -07:00
|
|
|
source [find target/stm32f7x.cfg]
|
2022-12-21 09:46:25 -08:00
|
|
|
|
|
|
|
reset_config srst_only
|