I'm trying to use a new OMAP-L137 EVM (TMDSOSKL137 Floating Point Starter Kit) with CCS 4.2.2 (just downloaded - 90 day eval). When I do a Debug Active Project command I get the following error "Error connecting to the target: Connect to PRSC failed, -6305". How can I use CCS 4 with the EVM?
I didn't install the CD tools that were supplied in the starter kit because they looked to be CCS 3.3 versions.
I created a new target configuration. I selected "Spectrum Digital DSK-EVM PLUS onboard USB Emulator" then checked EVMOMAPL137. I get the following XML configuration:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<configurations XML_version="1.2" id="configurations_0">
<configuration XML_version="1.2" id="Spectrum Digital DSK-EVM PLUS onboard USB Emulator_0">
<instance XML_version="1.2" desc="Spectrum Digital DSK-EVM PLUS onboard USB Emulator_0" href="connections\SD510DSK_Connection.xml" id="Spectrum Digital DSK-EVM PLUS onboard USB Emulator_0" xml="SD510DSK_Connection.xml" xmlpath="connections"/>
<connection XML_version="1.2" id="Spectrum Digital DSK-EVM PLUS onboard USB Emulator_0">
<instance XML_version="1.2" href="drivers\sdgoxds510dsk.xml" id="drivers" xml="sdgoxds510dsk.xml" xmlpath="drivers"/>
<platform XML_version="1.2" id="platform_0">
<instance XML_version="1.2" desc="EVMOMAPL137_0" href="boards\evmomapl137.xml" id="EVMOMAPL137_0" xml="evmomapl137.xml" xmlpath="boards"/>
</platform>
</connection>
</configuration>
</configurations>
created
I used the SD SDConfigEx tool to check the connection. I get the following tree . . .
\XDS510USB\510\Emu
\XDS510USB\510\XDS510USB-PLUS
I ran Emulator-Test and get the following:
** Using emulation application from directory c:\program files\texas instruments\ccsv4\emulation\drivers
** Checking for a valid emulator/eZdsp
$$ You are connected to:
$$ EmuProductName=XDS510USB
$$ EmuPortAddr=0x510
$$ EmuPortMode=USB
$$ ProductId=510
$$ ProductVersion=84
** Checking emulator/eZdsp scan connection
** Emulator Test **
$$ EmuProductName=XDS510USB
$$ EmuPortAddr=0x510
$$ EmuPortMode=USB
$$ ProductId=510
$$ ProductVersion=84
** Emulator Scan Test
-- Found JTAG IR length of 6
-- Found 1 JTAG device(s) in the scan chain
I thought about running DBGJTAG, but noticed the warning on the TI Wiki: "Dbgjtag can be used with TI emulators and all XDS100 emulators. IMPORTANT! All other Spectrum Digital emulators must use the utility called "SDconfig", which can perform very similar functions. Please refer to the section If using Spectrum Digital emulators."
Any help would be appreciated! (Is mine a typical "out of box" experience for OMAP tools?)
Kevin