Difference between revisions of "Using J-Link Script Files"

From SEGGER Wiki
Jump to: navigation, search
 
(9 intermediate revisions by 4 users not shown)
Line 1: Line 1:
  +
#REDIRECT [[J-Link script files#Using J-Link script files]]
__TOC__
 
In some IDEs, the J-Link script file can be configured directly (e.g. in the project file). If the IDE does not offer a native J-Link script file configuration option, there are some alternative options which can be used to use J-Link script files anyhow. For further information regarding this, please refer to ''https://wiki.segger.com/Using_J-Link_Script_Files#Alternative''.
 
== IAR EWARM ==
 
https://wiki.segger.com/IAR_EWARM#Using_J-Link_script_files
 
== Keil MDK ==
 
https://wiki.segger.com/Keil_MDK#Using_J-Link_Script_Files
 
== Eclipse ==
 
https://wiki.segger.com/Eclipse#Using_J-Link_script_files
 
== Alternative ==
 
If no [[J-Link settings file]] is present, "'''Default.JLinkScript'''" is loaded if present in the same directory as the J-Link DLL.<br>
 
If a J-Link [[J-Link settings file]] is present, but no script file is specified inside of the script file, "'''<Name of the [[J-Link settings file]]>.JLinkScript'''" is loaded if present in the same directory as the [[J-Link settings file]].<br>
 
Alternatively, a J-Link script file can be specified by using one of the following ways:
 
# Via [[J-Link settings file]]:
 
## Add or edit the line
 
## <syntaxhighlight lang="text">"ScriptFile="<path to script file""</syntaxhighlight>
 
## (e.g. ScriptFile="C:\Work\Test.jlinkscript") to the '''[CPU]''' section of the J-Link settings file
 
# Via [[J-Link command strings]]
 
## Execute the command string
 
## <syntaxhighlight lang="text">"ScriptFile = <path>"</syntaxhighlight>
 
## e.g. ScriptFile = C:\Work\Test.jlinkscript
 
# Via the [[J-Link control panel]]
 
## Specify the path to the J-Link script file in the tab '''Settings''' of the J-Link control panel<br>[[File:GenericIDE ScriptFile ControlPanel Marked.png]] <br>
 

Latest revision as of 11:05, 2 August 2019