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.

RTOS/AM5728: load to dsp using remote-proc

Part Number: AM5728

Tool/software: TI-RTOS

Hi, 

I am trying to build PDK UART_BasicExample_evmAM572xx_c66xExampleProject and load it to dsp using remote proc. As suggested in link http://processors.wiki.ti.com/index.php/IPC_Resource_customTable I added the rsc_table_vayu_dsp.c and rsc_types.h file to the project.

On building the project I am getting error

error #10264: DEFAULT memory range overlaps existing memory range L2SRAM

error #10264: DEFAULT memory range overlaps existing memory range OCMC_RAM1

error #10264: DEFAULT memory range overlaps existing memory range OCMC_RAM2

error #10264: DEFAULT memory range overlaps existing memory range OCMC_RAM3

error #10264: DEFAULT memory range overlaps existing memory range EXT_RAM

 

Need help to resolve this issue.