After receiving 2 Stellaris Launchpad boards a little while ago I finally got the time to try them. I installed the drivers, that all went fine. I tried the LM flash programmer , and it connects fine, I can blank check, read images, erase, upload images, etc.
However, when I try to debug my boards with any tool it all has been pretty much horror. I tried both the 30-day evaluation of IAR Embedded Workbench and CodeComposer Studio v5 but they both crash on debug sessions.
IAR 6.5 crashes when I try to perform any action when the debugging starts. It sometimes programs the chip, but it fails to start anything or the debug session. No assembly read-out, and no actions can be performed. Clicking on 'run' results in an error "Unable to start execution" error 0x00000004. After which IAR locks up one full CPU core and is unresponsive. The selected target chip is the LM4F120H5QR; the debugger is TI Stellaris, JTAG, 500kHz.
I tried the uart console demo of CCS v5 but this will hang when trying to start the debug session. The CPU is stopped (blinky stops) and then it hangs forever. When I unplug the board and get an error saying there is a time out while waiting for target powerup/polling the hardware resource. Sub sequentially a fatal program crash is a result.
I've tried to use CooCox IDE , but unfortunately they lack (official) support for the LM4 series proccesors.I am pretty sure the software versions are all up to date, because I downloaded them today of the website. The ICDI firmware revision is up to date as well, it's version 9454. I get the same behavior on both boards and on my personal PC and my work laptop (which runs IAR 6.40). It doesn't matter what program is in the chip; the demo blinky, erased, or manually programmed the bin file from IAR studio (a very simple blinky test).
I am running Windows 7 x64 in test mode on both machines.
Is this a known issue , did I forget to configure/install anything, or any thing else that may help out?