I'm experimenting with the TMS570LC43 Dev Kit, and I'm having problems getting off the ground. Here is where I stand:
1) Latest CCS6 and the debugger/USB serial drivers install fine.
2) With the target configuration to the XDS100v2 emulator configured the "test connection" works.
3) I created a debug hello world demo project, and it compiles fine.
4) From the context menu for the project, select the binary, and start a debug session.
5) I get messages about writing to the flash, and then it just sits there.
I was expecting it go to the first line of main, and wait for me to step. Instead, I see in the debug window that it's "running" but there is only the stop and pause buttons available.
I'm looking for help to get me started.