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.

Request Help - Lyrtech PADK Board with CCS v4

Other Parts Discussed in Thread: CCSTUDIO

I am very new to all of this.  We have purchased the Lyrtech PADK board and bought CCS v4.  The two are not out-of-the-box compatible.  I am trying to run Lyrtech's analog polling project, but have issues related to the fact that Lyrtech specifies the v3.3 version of CCS.

Has anybody successfully run a project from the Lyrtech set using CCS v4?  If so, I could certainly use some help in that regard.

I have link issues and target issues.  If anybody would care to post a modified analog polling project using CCS v4, that would be most helpful.

  • Which XDS emulator are you using?

    I was able to connect a very similar TI C6727-based board (I have used almost interchangeably with PADK in the past) with Spectrum Digital XDS510 USB and CCSv4.1.0

    Please see the attached screen shot of the .ccxml file (c6727 check marked).  The Advanced Tab is shown in another window below to show the bypass that need to be in the file, similar to CCS3.3.

    Starting with View->Target Configurations seems to work best for me with CCSv4 (and later link the .ccxml file to a project).

    Also I did run the SdConfigEx v4 Icon that shows up on your Desktop after CCSv4 install.  It enumerated USB and reset (like I have done with CCS3.3)

     

  • As I said, I am new to this.  We did buy an emulator, but I don't know which one.  This may be the way to go.

  • Here is my error message.  And I apologize in advance if this is really simple and I am missing what to do.

     

     

    C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake: *** No rule to make target `C:/PatchDspRom/c672xSystemPatchV2_00_00.lib', needed by `C://ti/hollisprojects/Example/Debug/AnalogLoopbackPolling.out'. AnalogLoopBackPolling Unknown 1276710373327 55

     

  • The patch is available here (among other files):

    http://focus.ti.com/docs/toolsw/folders/print/sprc203.html

    And I see it in my very old PADK code at:

    C:\Lyrtech\PADK\PatchDSPRom

    But you might want to contact Lyrtech to see what their migration path is for PADK to CCSv4.

  • I've contacted Lyrtech and all they told me was that they currently support v3.3.

  • Okay, it can't find the file soc.h.  Can someone tell me how to upgrade my CCS files to get this file?

  • I found it.  I have the csl folders in my local folder.  Can I just move those into the CCS v4 folder?  I've modified padk.cmd file to show where they are located and my missing soc.h file error is gone away, but now I have another error.  It is.

     

    C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake: [clean] Error 1 (ignored)

    DEL /F "C:\\ti\hollisprojects\Example\Debug\main.obj" 

    The network path was not found.

    C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake: [clean] Error 1 (ignored)

    DEL /F ".\main.pp" 

  • It's probably another link or file error due to difference in setup.

  • Have found the patch and have linked it in.  Now I'm getting the following.

     

    Can't open file soc.h.  So, I linked that in, but still get the same error message.

  • Okay, thanks to the local TI rep, I am now operating and over the hump of running the PADK projects from CCS v4.  Thanks, TI!

  • Hi

             I hope you may work with LYRTECH PADK with XDS510 USB emulator using CCSv3.3 can you please help me... I am having some problem on working on that...

     I am working with LYRTECH PADK C6727 350MHz When I tried to connect the hardware using USB I am getting an error while installing the driver, I follow the procedure from get start guide.

    When I select that ltpadk_usb.inf file it shows The specified location does not contain ant information about your Hardware.



    So I tried with XDS510USB emulator in that when I test the emulator I am getting this message

    ** Using emulation application from directory c:\ccstudio_v3.3\drivers

    **Emulator is reset

    ** Using emulation application from directory c:\ccstudio_v3.3\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 10

    -- Found 1 JTAG device(s) in the scan chain

    Here I am getting the JTAG IR length of 10 and only 1 JTAG device found in the scan chain. But it should be length of 54 and 2 JTAG device.

    After this I try with CCS3.3 and XDS510USB emulator it shows the following error...

    error Connecting to the target:
    Error 0X80000200/-163
    Fatal error during: OCS,
    BAD Target silicon revision number
    The number of devices in JTAG scan path
    must be correct for the silicon revision to be read.
    Or, you may have selected the wroing DSP device driver

  • SDConfig output shows you are talking to the board.

    >>When I select that ltpadk_usb.inf file it shows

    I'm not sure what that file is.

    I no longer have a working CCSv3.3 but the attached screenshot of CCSetup did work. I remember that the driver name and order of bypass vs. CPU was important.

    Also in sdopts.cfg you needed to have the firmware line uncommented for the right XDS port number:

    #Only override the EmuFirmware when specificly required to support new
    #or custom TI devices.  Then only use the settings which will be documented in the
    #driver release package.
    #
    EmuFirmware=sdxds510usb_v10_1.out

     

  • Hello, I am facing with the similar problem. Do you mind explaining what are the steps taken to get it to work?Thanks!

    regards,

    Ted