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 were sections in image_processing demo defined



Hi,

I am working with TMDSEVM6678L and I runt into a sections definition and now I got this doubts:

1) I was wondering how were defined sections of memory in image_processing demo?

because there is MSMCSRAM_IPC, MSMCSRAM_SLAVE and MSMCSRAM_MASTER

and I can not find were these sections were defined.

2) How can I modify those sections?

3) Is it possible to added that definition after a project was created?

Regards.

  • If you look at the RTSC properties of the project you will see that this project uses the evmc6678l XDC platform. This is defined at mcsdk_2_xx_xx_xx/demos/image_processing/evmc6678l/platform/Platform.xdc.

    You can edit it by going to CCS Debug Perspective and then choose menu Tools --> RTSC Tools --> Platform --> Edit/View, and then browse to the folder mcsdk_2_xx_xx_xx/demos/image_processing, and select the evm6678l platform. This will show you a GUI-based method to edit.

    You can also just open the Platform.xdc file in a text editor.

    Once you change it, clean and rebuild the project.

  • Uday,

    Now I see where are defined and how to modified.

    That help me a lot.

    Thank you.