Other Parts Discussed in Thread: UNIFLASH,
Tool/software: Code Composer Studio
Hello there,
I'm having trouble with my TM4C1290NCPDT, on my custom board. I used to not have any trouble Loading the binary file using my usual XDS200 JTAG Emulator, either through CCS (I'm using version 8.3.0.00009) or through UniFlash (I'm using version 5.0.0.2289). Recently, when trying to upload a binary file through UniFlash, I got the following error message:
ERROR] CS_DAP_0: Error connecting to the target: (Error -180 @ 0x0) The controller has detected a target power loss. The user must turn-on or connect the power supply for the target. (Emulation package 8.1.0.00007
I tried the connection verification with CCS, and I got the following error:
This error is generated by TI's USCIF driver or utilities.
The value is '-180' (0xffffff4c).
The title is 'SC_ERR_CTL_NO_TRG_POWER'.
The explanation is:
The controller has detected a target power loss.
The user must turn-on or connect the power supply for the target.
[End]
The board is loaded with an HID Interface code, and when it's connected to the computer USB, it get's recognized, so I believe that the board is fine.
When I tried loading an example code on my Connected Launchpad using tha same XDS200 emulator, I managed to do it with both CCS and Uniflash without any errors.
Any help with this issue is very much appreciated.