Reduce default adapter speed.
This commit is contained in:
parent
4f945daa4d
commit
c667842991
|
@ -1,3 +1,4 @@
|
||||||
source [find interface/jlink.cfg]
|
source [find interface/jlink.cfg]
|
||||||
|
adapter speed 500
|
||||||
transport select swd
|
transport select swd
|
||||||
source [find target/stm32h7x.cfg]
|
source [find target/stm32h7x.cfg]
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
source [find interface/stlink.cfg]
|
source [find interface/stlink.cfg]
|
||||||
|
adapter speed 500
|
||||||
transport select hla_swd
|
transport select hla_swd
|
||||||
source [find target/stm32h7x.cfg]
|
source [find target/stm32h7x.cfg]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue