Part Number: LAUNCHXL-CC1350
Other Parts Discussed in Thread: CC1350
Tool/software: Code Composer Studio
We are out of luck so far in getting a J-Link Plus connected to the CC1350 LaunchPad functional under CCS.
- debugging under XDS110 (built-in) works
- - J-Link Exe and GDB server do work
- the board works (this has been verified with a command-line gcc build and connecting to a manually launched gdb server, however, under a VM running Linux)
Running Windows 7 / x64 (on a VM hosted in Win7) with CCS 7 and 6.2. The error is a "Debugger initialization error" Unagle to load "C\ti\ccs_base\DebugServer\drivers\jlink2gtiadapter.dvr: The specified module could not be found.
" (a lone . is two lines below that.) The file can be found (albeit with slightly different casing of the filename; changing this to match exactly did not have any effect.)
Neither have we had any luck in trying to specify a remote gdb session on this to JLinkGDBServer running at localhost:2331; arm-none-eabi-gdb will crash after startup (startup information will be printed on the console within CCS.)
Re-running the J-Link install (V6.12c) doesn't show either CCSv6 or v7 to be present for update of the DLL (The following 3rd-party appication using JLinkARM.dll have been found): is an empty list.
Manually replacing JLinkARM.dll within DebugServer\drivers did not have any effect.
Update: on a fresh VM this has worked two times in a row, but failed on the third attempt (after closing down CCS but not rebooting) with the same error message.