Reduce default adapter speed.

This commit is contained in:
Thomas Roth 2020-12-13 21:14:26 +01:00
parent 4f945daa4d
commit c667842991
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
source [find interface/jlink.cfg]
adapter speed 500
transport select swd
source [find target/stm32h7x.cfg]

View File

@ -1,4 +1,5 @@
source [find interface/stlink.cfg]
adapter speed 500
transport select hla_swd
source [find target/stm32h7x.cfg]