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.

TMS320C64X+: RTDX: Not a valid RTDX program: RTDX protocol (JTAG) does not match CCS setup (SIMULATOR)



Dear all,

  i am using 6455 single core DSK and code composer studio V5 . i installed the CD attached with kit and i am trying the example dsk_app in that directory: 

G:\boards\dsk6455_v2\examples\dsk_app 

i did the migration steps through import legacy v3.3 project as it is known. i want to simulate the code and i set target configuration to work as: 

Texas Instrument Simulator and selected the DSK 6455 .

i added this line to the configuration file (.tcf):  bios.RTDX.MODE = "SIMULATOR";.

when i run the program this error appear: 

TMS320C64X+: RTDX: Not a valid RTDX program:  RTDX protocol (JTAG) does not match CCS setup (SIMULATOR)

  i don't know what is the problem and i hope you help me

  • abdalrahman ehsan said:
    Texas Instrument Simulator and selected the DSK 6455 .

    You selected a hardware target (JTAG)

    abdalrahman ehsan said:
    i added this line to the configuration file (.tcf):  bios.RTDX.MODE = "SIMULATOR";.

    But specified the rtdx mode for simulation

    abdalrahman ehsan said:
    TMS320C64X+: RTDX: Not a valid RTDX program:  RTDX protocol (JTAG) does not match CCS setup (SIMULATOR)

    Hence a mismatch is detected.

    You need to specify hardware protocol for your RTDX setting.

    Thanks

    ki

  • thank you for your reply. i understood the problem.

    i changed the platform in the (TCF) file to be:

    utils.loadPlatform("ti.platforms.sim64xx");

    bios.RTDX.MODE = "simulator";

    and set the target configuration file(.ccxml) to be simulator i.e. connection: Texas Instrument Simulator

                                                                                                                     Board or device: C6455 device cycle accurate Simulator

    when running errors in the project appear.

    is there any thing to change with the project to change platform from Emulator "DSK6455" to simulator"sim64xx" . considering that the project is a ready example which i work on it not a one i build

    i.e. to summarize :

    the project was an example found on the DSK cd, it is RTDX project which platform was set to be "DSK6455" and i want to simulate it, so i modified the(TCF) file as mentioned in the beginning of this reply but when running large number of errors appear.

    is there any missing steps i shall do? or

    "sim64xx" platform is not valid for 'C6455 device cycle accurate Simulator'?

    how can i know the best platform simulator for my DSK  (platform -------> TCF file and DSK------>target cinfiguration file)??

    and finally the(TCF) file doesn't open with:DSP/BIOS configuration tool and this message apear:"CoCreateInstance failed:hiervw.dll" in a separate window then a window with  "unable to create Bios configure server" written in it appear??

    i am sorry for large number of questions but i hope you answer all of them (4 questions) and thanks in advance