Part Number: AM5716
Tool/software: TI-RTOS
Hi,
I am trying to rebuild DSP binary from the IPC example(ti-processor-sdk-linux-rt-am57xx-evm-04.02.00.09) using CCS 7.2.2 . I found in the new Dsp_pe66.c, pTable is set at address 0x80000000 instead of 0x95000000 as in original build.
/*
* ======== ti.ipc.remoteproc.Resource INITIALIZERS ========
*/
/* Module__state__V */
#if defined (__ICCARM__)
#pragma location = ".data_ti_ipc_remoteproc_Resource_Module__state__V"
#endif
#if defined(__GNUC__) && !(defined(__MACH__) && defined(__APPLE__))
#ifndef __TI_COMPILER_VERSION__
ti_ipc_remoteproc_Resource_Module_State__ ti_ipc_remoteproc_Resource_Module__state__V __attribute__ ((section(".data_ti_ipc_remoteproc_Resource_Module__state__V")));
#endif
#endif
ti_ipc_remoteproc_Resource_Module_State__ ti_ipc_remoteproc_Resource_Module__state__V = {
((ti_ipc_remoteproc_Resource_RscTable*)(0x80000000)), /* pTable */
};
I used the same files including the dsp.cfg, but why the address for pTable is changed? attached is my Dsp_pe66.c.
Thanks for your help!
RonDsp_pe66.c