I am NOT able to program my CC3200 Launchpad over Uniflash as well as Energia. However i am able to load code over JTAG from CCS but launchpad is not behaving properly.
- Blinky program is not running. No change in LED in Debugging mode
- WiFi functionality is not working. ConfigureSimpleLinkToDefaultState(); returning (-7) value.
- information on debugging side { _c_int00 at boot.asm:222 0x20011F16 (_c_int00 does not contain frame information) }
- NO UART logs are coming on serial monitor.
At a sudden something happened on Launchpad, it is behaving diffeently
Uniflash LOGS:
[16:51:24] DEBUG: wait for ack
[16:51:39] DEBUG: UART timeout
[16:51:39] DEBUG: --- COM Port timeout on ACK read
[16:51:39] ERROR: ---reading ACK signal failed---
[16:51:39] DEBUG: disconnecting from device . . .
[16:51:39] WARNING: ---seting break signal to false failed---
Energia LOGS :
Trigger bootloader failed. Retrying... (1 attempt)
Trigger bootloader failed. Retrying... (2 attempt)
Trigger bootloader failed. Retrying... (3 attempt)
Trigger bootloader failed after 3 attempts
Failed to trigger bootloader
Thanks in advance,
Ashish Gupta