Tool/software:
Hi, I am trying to connect the launchpad to start a new project on Code Composer Studio, where it did not automatically detect my device. So, I selected the XDS100v2 USB Debug probe as the connection and clicked verify, but I am receiving this error message:
[Start]
Execute the command:
%ccs_base%/common/uscif/dbgjtag -f %boarddatafile% -rv -o -F inform,logfile=yes -S pathlength -S integrity
[Result]
-----[Print the board config pathname(s)]------------------------------------
C:\Users\saite\AppData\Local\TEXASI~1\CCS\
ccs1280\2\0\BrdDat\testBoard.dat
-----[Print the reset-command software log-file]-----------------------------
This utility has selected a 100/110/510 class product.
This utility will load the adapter 'jioserdesusb.dll'.
An error occurred while soft opening the controller.
-----[An error has occurred and this utility has aborted]--------------------
This error is generated by TI's USCIF driver or utilities.
The value is '-716' (0xfffffd34).
The title is 'SC_ERR_LIB_LOAD_SERDES_DRV'.
The explanation is:
Required dynamic library jscserdes could not be located.
The library isn't on the search path.
[End]

Moreover, when I connect the launchpad and check the connection in the device manager, it is showing an error as outlined in the above image.
Can I please know how to solve this issue?