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.

CCS/TM4C1292NCPDT: RE: CCS/TM4C1292NCPDT: Required dynamic library jscserdes could not be located

Part Number: TM4C1292NCPDT

Tool/software: Code Composer Studio

RE: CCS/TM4C1292NCPDT: Required dynamic library jscserdes could not be located

Found the issue and the solution!!

The problem was a corrupt testBoard.dat file buried in a sub-folder in user appdata folder. This is what I did:

1. Close Coecomposer

2. Delete CCS folder buried in user/AppData folder

3. Restart Codecompser (it will create new files)

4. Now it connects to the debugger without any issues

5. Hope this helps others....