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.

EVE/VCOP/KERNEL_C : memory section usage

Hello

I am trying to run a standalone image kernel using CCS5.4 simulator. In the test bench, I have used data sections  Adata, Bdata, Sdata, Udata etc to hold the input, output and intermediate data. But while executing the code I get warnings listed below:

EVE_1: Warning: multi_eve_subsystem.

EVE_0.MEM_SWITCH: Invalid access to reserved space multi_eve_subsystem.

EVE_0.MEM_SWITCH: Invalid access to reserved space multi_eve_subsystem.

Will these impact my output in any way? Which memory sections can I use to pass the data to VCOP? Is there any reference document to understand the memory sections and its usage?

I would like to know the reason behind these warnings and a way to resolve them.

Regards

Surbhi