blob: 909f25aad12abfbd66735f9e028c3b6d529ac322 (
plain)
1
2
3
4
5
6
7
8
|
source [find interface/ftdi/dp_busblaster_kt-link.cfg]
transport select swd
set CHIPNAME kl27
source [find target/klx.cfg]
$_TARGETNAME configure -event reset-init {
adapter_khz 1000
}
#reset_config srst_only
|