Hello, I'm totally new to CCS and ARM, but not new to embedded programming. I'm using the LM3S8962 eval board and attempting to run the generated mutex sysbios example code. While I've been able to get the example to load and run a few times, it's seems to crash or fail to load every other time I attempt to load and debug my test application. I've modified one thread in the example code to blink the LED on the board, seems simple enough.
The problem seems related to running a sysbios application as I was able to build and run most of the basic examples in the Stelarisware directories the other week. While I can get my program to load again after repeated power cycles and restarting CCS, this is an unacceptable solution. I've experienced a number of Java crashes of some sort as well. Any help getting this resolved would be greatly apprecaited, the follow error is typical:
CORTEX_M3_0: Flash Programmer: Timed out while writing to Flash memory CORTEX_M3_0: Trouble Writing Memory Block at 0x0 on Page 0 of Length 0x57e8: Debug Port error occurred. Cannot write to target CORTEX_M3_0: Error: Debug Port error occurred. Thanks, Bob