J-Link / J-Trace (UM08001) © 2004-2017 SEGGER Microcontroller GmbH & Co. KG
241
5.12.1.68SuppressControlPanel
Using this command ensures, that the control panel will not pop up automatically.
Syntax
SuppressControlPanel
5.12.1.69SuppressInfoUpdateFW
After using this command information about available firmware updates will be sup-
pressed.
Note: We strongly recommend not to use this command, latest firmware ver-
sions should always be used!
Syntax
SuppressInfoUpdateFW
5.12.1.70SWOSetConversionMode
This command is used to set the SWO conversion mode.
Syntax
SWOSetConversionMode = <ConversionMode>
Example
SWOSetConversionMode = 0
5.12.2 Using command strings
5.12.2.1 J-Link Commander
The J-Link command strings can be tested with the J-Link Commander. Use the com-
mand exec supplemented by one of the command strings.
Example
exec SupplyPower = 1
exec map reset
exec map exclude 0x10000000-0x3FFFFFFF
Conversion mode Description
0
If only '\n' is received, make it "\r\n" to make the line end
Windows-compliant. (Default behavior)
1
Leave everything as it is, do not add any characters.