I seem to have "bricked" my EK-TM4C1294XL Launchpad. I am using Code Composer Studio 6.1.0 and Uniflash under Debian Linux 7.
The board has been modified to use a 24 MHz crystal, but that is not the problem -- I've been loading and running test software on it for a while. Earlier today I added some new code to enable SSI3 on PF0-PF3. This *may* have triggered the problem. (There's a lot of other code, but I've been running it for weeks. I don't rule out the possibility of a software interaction between the old code and the new.)
The board is now unresponsive. The crystal is oscillating and there is 3.3v. Attempting to download new software with either CCS or Uniflash gives the notorious "CORTEX_M4_0: Error connecting to the target: Frequency is out of range" message. The board is doing *something*, because LED D2 (PN0) is pulsing dimly with about a 91 msec period.
I know that CCS, Uniflash, and my USB drivers are OK, because I can still download "blinky" to a second Launchpad.
I have tried doing a Debug Port Unlock with Uniflash, and it seems to operate -- at least, it gives no error messages. But it does not fix the problem. Doing a Blank Check immediately after an Unlock still gives the "Frequency is out of range" message.
Is there any other way to restore the board to a factory-new state? Are there any other tests I can perform to identify the problem?