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.

TMS320F28388D: Emulator/drivers not appearing in device manager

Part Number: TMS320F28388D

Hello,

I have a TMS320F28388D Rev. MCU063A control card and docking station but when I try to run my program I get the error below. I believe my device drivers weren`t installed properly as the emulator XDS100v2 is not appearing? How do I fix this? Below shows the error and device manager in windows 10

If I attatch my usb cable to J1A on the control card itself then I get a different error below and can see XDS100 appear in my device manager

  • John,

    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.
       



    (Error -2131 @ 0x0)



    Regards,
    Manoj
  • I simply wasn`t powering my emulator via an extra usb cable to the docking station. It works now