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.

Help with Execution Graph in Code Composer Studio 5

Other Parts Discussed in Thread: TMS320F2812

Hello experts,

 

I have a simple software interrupt project which I created using CC v3.3 and was successfully able to do real time analysis (CPU load graph, execution graph etc) after I ran it on my target TMS320F2812. Now, I migrated the same project to CC v5 and am able to run it on the same target. However, I am not able to run the execution graph using this newer version. Is there anything wrong I am doing ?

Any help would be highly appreciated !

  • hello,

    Note that in CCSv4 and greater, you need BIOS 6 (SYS/BIOS) and greater to get support for the execution graph: 

    http://processors.wiki.ti.com/index.php/DSP/BIOS_Support_in_CCSv4

    If you did a straight migration of your v3 project, most likely you are still on BIOS 5.

    ki

  • Hello Ki,

    Thanks for your prompt response !

    I created a new project in CCv5 using a empty RTSC example template (for the same swi project) so that I can use SYS/BIOS but I am running into the following error:

    (I just copied all my CCv3.3 files in this project)

     

    **** Build of configuration Debug for project swi ****

    C:\ti\ccsv5\utils\bin\gmake -k all

    'Building file: ../swi.cfg'

    'Invoking: XDCtools'

    "C:/ti/xdctools_3_23_03_53/xs" --xdcpath="C:/ti/ipc_1_24_03_32/packages;C:/ti/bios_6_33_05_46/packages;C:/ti/ccsv5/ccs_base;" xdc.tools.configuro -o configPkg -t ti.targets.C28_large -p ti.platforms.tms320x28:TMS320F2812 -r release -c "C:/ti/ccsv5/tools/compiler/c2000_6.1.0" --tcf "../swi.cfg"

    making package.mak (because of package.bld) ...

    generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...

    gmake.exe: *** No rule to make target `package/cfg/swi_p28L.xdl', needed by `linker.cmd'. Stop.

    js: "C:/ti/xdctools_3_23_03_53/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.

    gmake: *** [configPkg/compiler.opt] Error 1

    gmake: Target `all' not remade because of errors.

    **** Build Finished ****

     

    I have been working on this since morning but to no avial. Is there a better/ easier approach than what I am doing ?

    Thanks for your help !

  • I happened to read the SPRAAS7G 'Migrating a DSP BIOS 5 application to SYS BIOS 6" and found that I need to create a RTSC config file from the existing Tconf file. However, I am running into the following errors as I use the xs command

    Now I tried to copy my tci & tci files in the directory where xs executable file is located but again I am running into the following error:

     

    Thanks

  • C6713 is not supported under SYS/BIOS. Does that mean that I lose the execution graph when moving from CCS 3.3 to CCS 5.5?

     

  • unfortunately, yes.