Hi,
I am using a Freescale MC56F8245 chip. The associated Codewarrior IDE is connected via the Freescale USB TAP. Due to the design of my board, I have to make a custom connector which only uses the TDI, TDO, TCK, TMS, Reset, VDD and GND pins.
My problem is, when attempting to start a debug session to download my program onto the chip, I get an erro: "CCSProtocolPlugin: CCS Library not found". The CCS log is below:
Show commands turned on
Received CMD_CONFIG_CHAIN. count = 0
command done - Ok
CCSAPI connection #1 accepted from WIN-VKU34KP36QM at Mon Jun 25 12:39:09 2012
Received CMD_CHECK_MIN_VERSION
command done - Ok
Received CMD_AVAILABLE_CONNECTIONS
command done - Ok
Received CMD_DELETE_CC
command done - Ok
Received CMD_SETUP_CC.CC = utap:
command done - Ok
Received CMD_CONFIG_CHAIN. count = 1
core 0: HawkV2
Available USB TAPs:
Detected 64-bit Windows, using usbtap_lib64.dll
12090215
Opening connection to USB TAP 12090215
Received an unknown command 45
USB TAP command done - Ok
Available USB TAPs:
12090215
Opening connection to USB TAP 12090215
Received an unknown command 46
USB TAP command done - Ok
USB TAP command done - Cable disconnected
Received CMD_RESET_TO_DEBUG
USB TAP command done - Library not found
Received CMD_CONFIG_CHAIN. count = 0
USB TAP command done - Ok
CCSAPI connection #1 from WIN-VKU34KP36QM closed at Mon Jun 25 12:39:11 2012
Is anyone familiar with Freescale products? Is this a connection issue or a software-related issue? All help will be appreciated.