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.

Code Composer Studio v3.3 interfacing TMS320F2812eZdsp



Hello,

I am getting a problem in my project, i am controlling the speed of a DC Motor using TMS320F2812eZdsp socket-ed version board, I am successfully able to build the project
but when tried to run the project on code composer studio, i am getting the following error,

//Enable: cannot proceed. The Processor is not RTDX - capable.

So, is this the problem regarding the board that i am using,
can any one plz help me...

Thanking you,
Nikhil

  • Are you using Matlab to model your code or creating your own code in CCS? If you're using Matlab, this message might be coming from the Matlab software, in which case it is best to contact Mathworks for support.

  • yes, i am using matlab/simulink R2009b for building the project in code composer studio v3.3....

    i spoke withe simulink support, they said that there is no problem with the simulink. I was wondering from where i am getting this problem.......that would be great if any one of you solve this problem...........

     

    Thanking you,

    Nikhil Mothukuri....

     

  • Hello there,

    I tried to check with another project with using RTDX....

    this time i have no problem in building the project, but while running i got a similar error saying that

    //The version of code composer studio does not support RTDX

    I am using Code composer studio 3.3.

    can any one let me know plz

     

    Thanking you

    Nikhil Mothukuri

     

  • What emulator are you using to connect to the board? Are you using the on-board parallel port emulator?

  • Yes, i am using the on - board parallel port emulator,

    when purchased, that is only port that i got with the board.

     

  • can any one plz help me........

    can't we use RTDX with the on-board parallel port.

    because while running the project, i am getting an error saying that. The Version of code composer studio is not RTDX supported.

  • Nikhil,

    RTDX should be supported on a 2812 w/CCSv3 with XDS510PP. I believe the onboard parallel port emulator of the 2812 ezDSP is equivalent of the XDS510PP but I am not positive. You may want to contact Spectrum Digital to confirm that this is the case or better yet, confirm that RTDX is supported with the onboard emulation of the 2812 eZDSP

    ki

     

  • Hello Ki,

     

    I spoke with Spectrum Digital Support regarding this issue,

    and they gave me the following answer.....

    Spectrum DIgiatl Support Answer:  RTDX is a F2812 chip feature which our emulation supports. The error message you are seeing is not generated by the emulation hardware or emulation drivers. The error appears to be generated by Code Composer Studio. There may be a software or project configuration that is not correct. Please contact Texas Instruments for support with Code Composer Studio and RTDX support for TI's devices.

     

    I was wondering from where i am getting this error, i couldn't able to figure it out.

    could any one of the supporters help me.

     

    Thank you,

    Nikhil.

  • Hi Nikhil,

    Can you confirm that your device supports RTDX outside matlab? You can try running one of the RTDX examples from BIOS:

    C:\CCStudio_v3.3\bios_5_31_02\packages\ti\rtdx\examples

    Thanks

    ki

  • Hi Ki,

     

    Yes I tried to run the example file,

    I got the following error,

    Error: Can't write to data memory 0x801, check memory config [-2184]

     

    Niks

     

  • I think the socket-ed version of the ezDSP has a different memory map.

    Use the attached out file to run the RTDX test. I rebuilt it for the socket-ed version of the 2812 ezDSP

    To run the test, go to the CCS Help ('Help->Contents') and expand 'RTDX->Using the RTDX Modules->Using the RTDX Disgnostics Control'. Run the 'Host-To-Target test' as described in the Help page using the attached out file.

    h2t.zip
  • Hii Ki,

     

    I tried to do what you said, but my code composer studio is not letting me to do,

    I tried to open RTDX Diagnostic control using TOOLS-> RTDX-> Diagnostic control.

    When i tried to press the Diagnostic control i got the following error,

    Error: The Device does not support RTDX..

     

    So, i got a question, after installing the code composer studio, we need to go to setup CCSv3.3 and add the board that we are using( I am using TMS320F2812eZdsp)

    There are three types of F2812  boards in the available factory boards, they are

    F2812 Device simulator

    F2812 XDS510 Emulator

    F2812 XDS560 Emulator

    Which kind of Factory board that we need to add to the system configuration

     

  • Nikhil,

    That depends on the emulator you have. The ones listed by you are respectively a software simulator (no hardware), a TI XDS510 ISA board and a TI XDS560 PCI board.

    In your case it seems you are using the eZdsp built-in emulator, is that so? In this case you will need to download the device drivers and configurations from Spectrum Digital support webpage (check the first download link):

    http://support.spectrumdigital.com/ccs33/

    Once installed, the CCSetup should have additional entries for the eZdsp2812 you are using. More specifically, you should see an entry that says F2812 eZdsp

    Hope this helps,

    Rafael

     

     

  • Hi Desouza,

    I download the exact emulation drivers from the link,

    Now its working perfectly,

    Thank you Desouza and Ki Soo  Lee.

     

    Nikhil.