7 lines
163 B
INI
7 lines
163 B
INI
|
# OpenOCD configuration for the MSP432P401R LaunchPad
|
||
|
|
||
|
source [find interface/xds110.cfg]
|
||
|
adapter_khz 2500
|
||
|
transport select swd
|
||
|
source [find target/ti_msp432.cfg]
|