This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
目前使用280049C LaunchPad kit
連接線是包裝內的 USB micro-B plug to USB-A plug cable
電腦環境為macOS
IDE環境為CCS Version: 8.3.1.00004
Target Configuration test connection:
The JTAG DR Integrity scan-test has succeeded.
進入DEBUG則出現以下錯誤訊息:
Error connecting to the target:
(Error -151 @ 0x0)
One of the FTDI driver functions used during the connect
returned bad status or an error. The cause may be one or
more of: no XDS100 is plugged in, invalid XDS100 serial number,
blank XDS100 EEPROM, missing FTDI drivers, faulty USB cable.
Use the xds100serial command-line utility in the 'common/uscif'
folder to verify the XDS100 can be located.
(Emulation package 8.1.0.00012)
Whycan'tIconnecttotheLaunchPadinCodeComposerStudio?
a. AreshuntspresentonJ101forTCKandTMS?
b. IstheXDS110andtheF280049CMCUpowered?IsLED1illuminated?
If JP1, JP2, and JP3 are disconnected, the power provided through the USB is isolated from the rest of the board. Ensure that 3.3 V is supplied to any of the available connectors on the target side of the isolation.
c. Is the micro-USB connected to the PCB and is the USB region receiving power? Is LED0 illuminated?
The USB region must be powered with the 5 V from the USB cable. LED0 will illuminate when the 5V is stepped down to 3.3 V for the USB isolation chip to operate and pass the signals across the isolation barrier.
d. EnsurethatthetargetconfigurationissetuptousecJTAGin2-pinadvancedmode.
Open the Target Configuration file (.ccxml) in Code Composer Studio. Click on the Advanced tab and select cJTAG (1149.7) 2-pin advanced modes from the drop-down labeled JTAG/SWD/cJTAG Mode. Leave the Target Scan Format as OSCAN2 format.
Alternately, a working Target configuration file is included in the launcxl_ex1_f280049c_demo project "TMS320F280049C_LaunchPad.ccxml". You can use this without modifications.
已參照此設定