Atollic TrueSTUDIO

From SEGGER Wiki
Revision as of 09:30, 30 April 2018 by Leon (talk | contribs)
Jump to: navigation, search

Atollic TrueSTUDIO is a commercial IDE based on Eclipse that comes with J-Link and J-Trace support.

Using J-Link Command Strings

In order to use J-Link Command Strings for a TrueSTUDIO project, the Debug Configurations need to be edited.

  • Open Run -> Debug Configurations...
  • Select Startup Scripts
  • Select Target Hardware Initialization Script
  • Enter monitor exec <CommandString>
  • Hit Apply

TrueSTUDIO CmdStrings.png
After that, the command strings specified in the script will be executed on startup.