21 lines
332 B
INI
21 lines
332 B
INI
|
#
|
||
|
# TI SimpleLink Wi-Fi CC3200 LaunchPad
|
||
|
#
|
||
|
# http://www.ti.com/tool/cc3200-launchxl
|
||
|
#
|
||
|
|
||
|
source [find interface/ftdi/ti-icdi.cfg]
|
||
|
|
||
|
if { [info exists TRANSPORT] } {
|
||
|
transport select $TRANSPORT
|
||
|
} else {
|
||
|
transport select jtag
|
||
|
}
|
||
|
|
||
|
adapter_khz 2500
|
||
|
|
||
|
set WORKAREASIZE 0x40000
|
||
|
source [find target/ti_cc32xx.cfg]
|
||
|
|
||
|
reset_config srst_only
|