This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320F280025C: (Error -716 @ 0x0) Required dynamic library jscserdes could not be located.

Part Number: TMS320F280025C
Other Parts Discussed in Thread: LAUNCHXL-F280025C

I used CCS to control the 280025C. Last week I run the example of LED. Today, when I run the example of SCI, here are the reports. And I do some reports.

1) 280025C+PC+example_SCI  the same fault.   (Error -716 @ 0x0) Required dynamic library jscserdes could not be located

2)280025C+PC+example_LED  the same fault.   (Error -716 @ 0x0) Required dynamic library jscserdes could not be located

3)PC+example_SCI   the same fault.   (Error -716 @ 0x0) Required dynamic library jscserdes could not be located

4)As the picture shows, XDS is recognized by PC

How can I solve the problem?

  • Zhiqian,

    This error comes when there is a conflict in debugger - debugger selected in your target configuration file is not matching with debugger actually connected to target.

    In your case, it looks like you have connected XDS110, but the target configuration you are using is launching XDS100v2.

    If this controlCARD + DockStation, then are you using xds110? or you have LaunchXL-F280025C?

    If you are using Launchpad, then select correct build configuration (screen below) and make sure Launchpad target configuration is [Active]. Look in project -> target configuration folder

    If you are using controlCARD+DockStation with external XDS110, then you need to create a target confirmation manually.

    Let me know if it helps or you have further question.

  • I solve it, thanks, and I will close the issue