78 CHAPTER 3 J-Link software and documentation package
J-Link / J-Trace (UM08001) ©
2004-2017 SEGGER Microcontroller GmbH & Co. KG
3.2.1.18 ip
Closes any existing connection to J-Link and opens a new one via TCP/IP.
If no IP Address is specified, the Emulator selection dialog shows up.
Syntax
ip [<Addr>]
Example
ip 192.168.6.3
3.2.1.19 is
This command returns information about the length of the scan chain select register.
Syntax
is
3.2.1.20 loadfile
This command programs a given data file to a specified destination address.
Currently supported data files are:
•*.mot
•*.srec
•*.s19
•*.s
•*.hex
•*.bin
Syntax
loadfile <Filename> [<Addr>]
Example
loadfile C:\Work\test.bin 0x20000000
3.2.1.21 log
Set path to logfile allowing the DLL to output logging information.
If the logfile already exist, the contents of the current logfile will be overwritten.
Syntax
log <Filename>
Parameter Meaning
Addr
Valid values:
IP Address: Connects the J-Link with the specified IP-Address
Host Name: Resolves the host name and connects to it.
*: Invokes the Emulator selection dialog.
Parameter Meaning
Filename Source filename
Addr Destination address (Required for *.bin files)
Parameter Meaning
Filename Log filename