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....