Hello.
I've just installed CCS V6 in order to resurrect some work I did on an LM3S1968 evaluation board. My previous code was written in Keil, so I've had a bit of fun getting the code to compile and link, but I do have one of my old programs running now.
I am, however, having problems with the debugger. If I start debugging, it jumps straight to FaultISR() in startup_css.c. If I click the reset button (in CCS) and single-step through the first couple of statements (the first call is to SysCtlClockSet() in the Stellarisware library), then press run, all is okay and my program runs on the PCB. Is this something in CCS I can fix, or is it down to the silicon?
Ultimately, for most things, I'd rather just build my project and program the PCB without debugging. In CCS V6, is there a way to just download the program without debugging?
Thanks,
Richard Reeves