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.

[C6678LE-EVM] mcsdk-video transcode demo error

hello all ,

there was an error when t try to built the demo in mcsdk_video_2_2_0_46\examples\transcode . I did what transcode\Readme.txt  said . The following is a description of this problem .

platform : C6678LE EVM  and  CCSv5.5

PC : Windows7  64 bit

console msg :  #10099-D  program will not fit into available memory.  run placement with alignment fails for section ".shared_mem_SL2_uncached" size 0x1f008 .  Available memory ranges:        MSMC         size: 0x3fff00     unused: 0xccc2       max hole: 0x7200

where : the 164 line in linker.cmd 

Error code : shared_mem_SL2_uncached  > MSMC PAGE 0 fill = 0x00

demo address : mcsdk_video_2_2_0_46

It seems that MSMC is not big enough . I tried following ways : 

1, made shared_mem_SL2_uncached smaller (0xca20)

2,made shared_mem_SL2_uncached in DDR

3,made shared_mem_SL2 smaller (0x160000 ) then MSMC can accommodate shared_mem_SL2_uncached 

through those ways , I can build the deno success . but when i download the .out file in C6678evm , the program can not run to main , it would die in auto_init_elf . as the following picture :

then ccs prompt :

I don`t konw what causes  this . Did someone met this problem ??