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.

How to use RTA or System Analyzer in sv04

Hi

I want EVM6678L to do a single channel demo of H.264 encoder 1080p@30fps based on sv04. 

My demo is for evaluation and in future we will add our own codec and integrate other peripheral's driver ( such as SRIO, PCIe, spi and so on) which are all ccs/bios based.  

I download 2514.sv04.zip ( http://e2e.ti.com/support/dsp/c6000_multi-core_dsps/f/639/t/187260.aspx?pi267198=2 ). And the platform: CCS 5.4 , mcsdk_2_00_05_17 and mcsdk_video_2_0_0_10 

After modify the "sprop-parameter-sets" in t_rtp_1.sdp , I get the output bitstream with the Mplayer. 

Now I want to analyze the performance of the demo such as ‘CPU LOAD’ . 

I add RTA to sv04.cfg as shown below, but get nothing at both run and stop mode.

I then add UIA and set the system analyze live, but get a build error shown below:

My project preperties are shown as below :

There is my questions:

1, Can I use system analyzer or RTA on a project building on the mcsdk_2_00_05_17 and mcsdk_video_2_0_0_10 ? 

2, When I rebuild the sv04 on mcsdk_2_01_02_05 and mcsdk_video_2_1_0_8 by CCS, I got many errors in CCS console, I don’t know how to remove them. Should I modify the RTOS Platform ? . I replace *.c and *.h of the project in 1884.sv04.zip  ( http://e2e.ti.com/support/dsp/c6000_multi-core_dsps/f/639/t/187260.aspx?pi267198=1 )with those created by minGW based on mcsdk_2_01_02_05 and mcsdk_video_2_1_0_8. I modify the linker.cmd referring to ggvf0.cmd, and update the include path.

Please help me. 

Regards

Cong