Selecting the correct device

From SEGGER Wiki
Jump to: navigation, search

In order to make sure that the J-Link DLL behaves correctly and perform special handling which may be required depending on the target device, the correct device or at least the core of the device needs to be selected. In most IDEs, this is done automatically by selecting the correct device in the project settings. However, for some IDEs / applications, the selection is done slightly different. For a list of all supported device names, please refer to https://www.segger.com/downloads/supported-devices.php

J-Link Commander

We recommend to pass the proper device name via command line arguments to the J-Link Commander:

JLink.exe -device TMS570LS3137 -if JTAG -jtagconf -1,-1 -speed 4000