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.

CCS: TDA2x: display problem

Tool/software: Code Composer Studio

I am working on TDA2XX

 when i use the below txt file then i got both images gray

NullSource -> Dup-> VPE_color-> Display_color

Dup->Alg_ColorToGray_YUV(DSP1)->VPE_gray-> Display_gray

GrpxSrc -> Display_Grpx

but when i change the txt file to

NullSource -> Dup->Alg_ColorToGray_YUV(DSP1)->VPE_gray-> Display_gray

Dup->  VPE_color-> Display_color

GrpxSrc -> Display_Grpx

then i got the color and gray images on display color and display_gray respectively

in both cases i am using in place algorithm 

how this is working  ? is it related to dup link ?