Is it possible to recover flash that was "depleted"? I.E., flash that lost power during programming? My 3.3V power supply was sagging during programming and I cannot program the processor anymore.
Q: How does depletion occur?
A: If the erase operation is interrupted and not allowed to complete, the device may become depleted. When this happens, the device may then begin to fail to erase. The erase algorithm should not be stopped, as this can also affect the CSM passwords. The Flash API has a depletion recovery function to try to recover flash that has been "over-erased". If the flash programming process was interrupted during the erase stage, it is possible that the timed loops that do the erasing process were disturbed.
source: http://processors.wiki.ti.com/index.php/C2000_Flash_Common_Issues/FAQs#Depletion