EasyManua.ls Logo

Segger J-Link - Page 228

Segger J-Link
480 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
228 CHAPTER 5 Working with J-Link and J-Trace
J-Link / J-Trace (UM08001) ©
2004-2017 SEGGER Microcontroller GmbH & Co. KG
Syntax
EnableInfoWinFlashDL
5.12.1.19EnableMOEHandling
The J-Link DLL outputs additional information about mode of entry (MOE) in case the
target CPU halted / entered debug mode. Disabled by default.
Additional information is output via log-callback set with
JLINK_OpenEx(JLINK_LOG* pfLog, JLINK_LOG* pfErrorOut)
Syntax
EnableMOEHandling
5.12.1.20EnableRemarks
The J-link DLL provides more detailed output during CPU-detection / connection pro-
cess. Kind of “verbose” option. Disabled by default, therefor only an enable option.
Will be reset to “disabled” on each call to JLINK_Open() (reconnect to J-Link).
Syntax
EnableRemarks
5.12.1.21ExcludeFlashCacheRange
This command is used to invalidate flash ranges in flash cache, that are configured to
be excluded from the cache. Per default, all areas that J-Link knows to be Flash
memory, are cached. This means that it is assumed that the contents of this area do
not change during program execution. If this assumption does not hold true, typically
because the target program modifies the flash content for data storage, then the
affected area should be excluded. This will slightly reduce the debugging speed.
Example
ExcludeFlashCacheRange 0x10000000-0x100FFFFF
5.12.1.22GetCPUVars
5.12.1.23Hide device selection
This command can be used to suppress the device selection dialog. If enabled, the
device selection dialog will not be shown in case an unknown device is selected.
Syntax
HideDeviceSelection = 0 | 1
Example
HideDeviceSelection 1 // Device selection will not show up
5.12.1.24HSSLogFile
This command enables HSS-Logging. Separate to the application using HSS, all HSS
Data will be stored in the specified file.
Syntax
HSSLogFile = <Path>
Example
HSSLogFile = C:\Test.log

Table of Contents

Other manuals for Segger J-Link

Related product manuals