This section describes the steps needed to install your Segger J-Link 430 USB programming adapter so that CrossStudio can use it.
Download and install the drivers necessary for the programming adapter from Segger’s web site using this link:
http://www.segger.com/jlink430_dll.html
Please note that the J-Link 430 programming adapter is only supported on Windows operating systems. Once you have installed the drivers, you can integrate support for the J-Link 430 adapter as described below.
Open the zip archive and copy the MSP430 DLL file into the CrossStudio bin directory:
Now that the files are copied, you can create a target interface that will use these DLLs.
You will see that a new Flash Emulation Tool target appears as the last entry in the target window. Next, rename the target interface to make it more easily recognizable:
Next, use the Segger J-Link 430 DLL rather than the parallel port DLL for this interface:
You are now ready to use the Segger J-Link 430 target interface to program and debug your applications.