12 lines
298 B
INI
12 lines
298 B
INI
adapter driver jlink
|
|
# add swd config
|
|
transport select swd
|
|
# add speed config
|
|
adapter speed 20000 #khz
|
|
# The serial number can be used to select a specific device in case more than
|
|
# one is connected to the host.
|
|
#
|
|
# Example: Select J-Link with serial number 123456789
|
|
#
|
|
# adapter serial 123456789
|