Hi,
Just today, I have observed my COM Port for Tiva Connected Launchpad to be always disconnecting and then reconnecting. So, during CCS debug I get this error message below. Even if I stop debugging, I observed at Tera Term to always disconnecting and then reconnecting at the COM Port for Tiva Connected Launchpad. I have set all needs to be set at Windows 10 for the USB to be not suspended or powered off. What could be causing this and how do I solve this problem?
Device Setup: Tiva Connected Launchpad + CC3100 BP + Sensor Hub BP powered using USB
Program: Send BMP180 Sensor Data to Samsung Artik Cloud, uart_echo
OS: Windows 10
CCS Version: Version: 6.2.0.00050
CCS Error Message:
CORTEX_M4_0: Error: Connection with the target was unexpectedly lost.
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.
Further troubleshooting steps:
Using LM Flash Programmer I erase entire flash contents, and with just the Tiva Connected Launchpad + Sensor Hub BP, I debug run the BMP180 Example Program, and it worked for a long time.
But, why above setup causes the COM port for Tiva Connected Launchpad to always disconnecting and reconnecting? The program did not go to FaultISR().
Is it possible that the cause is lacking of memory caused by some operation in the program?
- kel