I have an "interesting" problem. I have the TIVA TM4C129X Development Kit. I am running CCS 5.5.0.00077 on Windows 7 64-bit.
I have an application that I have written the works great if loaded using LM Flash Programmer.
If I try to start the debugger, I get the following messages:
CORTEX_M4_0: GEL Output:
Memory Map Initialization Complete
CORTEX_M4_0: Trouble Reading Memory Block at 0x400fe1d0 on Page 0 of Length 0x4
CORTEX_M4_0: Trouble Writing Memory Block at 0x400fd000 on Page 0 of Length 0x4
CORTEX_M4_0: Trouble Writing Memory Block at 0x400fd008 on Page 0 of Length 0x4
CORTEX_M4_0: Trouble Reading Memory Block at 0x400fd008 on Page 0 of Length 0x4: Timed out while waiting for target powerup/polling a hardware resource.
CORTEX_M4_0: Trouble Reading Memory Block at 0x400fd008 on Page 0 of Length 0x4: Timed out while waiting for target powerup/polling a hardware resource.
CORTEX_M4_0: Error: Timed out while waiting for target powerup/polling a hardware resource.
CORTEX_M4_0: Unable to determine target status after 20 attempts
CORTEX_M4_0: Failed to remove the debug state from the target before disconnecting. There may still be breakpoint op-codes embedded in program memory. It is recommended that you reset the emulator before you connect and reload your program before you continue debugging
CORTEX_M4_0: Flash Programmer: Erasing flash contents timed out!
CORTEX_M4_0: Flash Programmer: Timed out while writing to Flash memory
CORTEX_M4_0: GEL: File: P:\Odyssey\Fovea\JBox\CCA\Micro129X\WorkSpace\TPI\Debug\TPI.out: Load failed.
At this point LM Flash Manager is unable to connect to the device (and it subsiquently crashes) and the device must be unlocked.
After unlocking, I am able to start the debugger one time. Any attempts after that yield the same error messages listed above. Even if I just start the debugger without executing any code, the same thing happens.
I have tried creating a new workspace and get the same results.
Any ideas?
Thanks,
Jeff