Hi,
I am developing an application using the LM3S5G51 on a custom board and have been using the XDS100v2 debugger to load and debug my code. It has mostly been working well, but when I click "Debug" to load the program and start debugging, the program load fails due to a timeout every other time. If after the timeout, I click "Debug" again, it loads properly and doesn't seem to have a problem.
After the first try, the debug console shows:
CORTEX_M3_0: GEL Output:
Memory Map Initialization Complete
CORTEX_M3_0: GEL Output: Watchdog Timer Enabled
CORTEX_M3_0: GEL Output: UARTs Enabled
CORTEX_M3_0: Flash Programmer: Timed out while writing to Flash memory
When I run the "Test Connection" in the .ccxml target file, it seems to work fine every time.
I also see this same behavior on the IDM-SBC evaluation board.
My development environment is the latest version of CCS (5.3.0.00090).
Has anyone else seen this before? It's not a huge problem, as it's pretty easy to workaround, but I am curious as to why it would happen and it would be nice to fix.
Thanks!
Erik