Using a TM4C123GH6PGE and CCSv5.5
My code always starts correctly when using the debugger, but if I build a release version of my code and program it onto my target board it does not always start. Pressing the reset button on the board will often start it correctly. Powering up the board is the the same, sometimes it starts, sometimes not.
I have the properties set the same in both debug and release.
I'm fairly sure the code is getting stuck during peripheral setup. I have put a short delay after each SysCtlPeripheralEnable as discussed elsewhere on the forum.
Can anyone suggest anything else to look for please.
Thanks
Richard