Tool/software: Code Composer Studio
Hello,
I just downloaded Code Composer Studio to get acquainted with the software I tried building and debugging multiple different example project for the C2000Ware and kept getting this error:
Error connecting to the target:
(Error -716 @ 0x0)
Required dynamic library jscserdes could not be located.
The library isn't on the search path.
(Emulation package 9.1.0.00001)
I already attempted to try and find a solution to this problem on this link: http://software-dl.ti.com/ccs/esd/documents/ccsv7_debugging_jtag_connectivity_issues.html.
Unfortunately under my .ccxml file after I changed the value of XDS from 100 to 110 I still got the same error.
Specifically:
Required dynamic library jscserdes not found
This error is caused when the target configuration file (.ccxml) is configured to use the XDS100 Debug Probe but the target board uses a XDS110 Debug Probe. The root cause is that, since these two debug probes have a great deal of common configuration files, the emulation software mistakenly assumes the correct probe is loaded but the file is missing.
To correct this error, simply change the target configuration file from XDS100 to XDS110. This is very common in the F280049C Launchpad boards and a misconfigured example code.
Error connecting to the target: (Error -716 @ 0x0) Required dynamic library jscserdes could not be located. The library isn't on the search path.