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.

6678 NOLOAD section

Other Parts Discussed in Thread: SYSBIOS

Hello,

On a TMDSEVM6678L, we are programming an image filter and I am loading, for test purpose, a YUV video in a section defined as:

Program.sectMap[".myInputVideoMem"] = new Program.SectionSpec();
Program.sectMap[".myInputVideoMem"].loadSegment ="SHARED_NO_CACHE";
Program.sectMap[".myInputVideoMem"].type = "NOLOAD";

This section is put on external DDR @0x80000000. All this works fine but I wonder why reloading the program erases the video, putting only zeros, even if the section is NOLOAD. I am using DEBUG compilation. Would you please have a solution for the program load not to erase my input data?

Thanks,

Best Regards,

Maxime