I have been sucessfully debugging with CCS Version: 5.1.1.00031 and my 9D90 target system for several months.
After single stepping over a ROM_FlashErase call, observed to be successful with memory inspection, subsequent attempts to load my application with the debugger have resulted in the following failure:
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: Erasing flash contents timed out!
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 0x7ff0
CORTEX_M3_0: GEL: File:
The previously programmed binary image continues to boot and run, but new images can not be programmed.
Is there any way to reset the flash state to be functional again?