Part Number: AM5728
Other Parts Discussed in Thread: PCM1864,
Hi,
I have interfaced PCM1864 based Circular microphone board with Sitara GPEVMAM572x DSP1 core, stand alone program on DSP1 with out linux on A15 is running fine.
Now, I want A15 to run on linux and DSP1 to run on RTOS, my DSP RTOS application has following interfaces.
I2C, McASP3 and McASP7. Also, I need 2 instances of EDMA.
I added IPC to the existing RTOS application using below link ,
processors.wiki.ti.com/.../Linux_IPC_on_AM57xx
Hence, the resource table which is given as of in above document is being used. IPC is working , able to load the DSP1 core from linux running on A15 core, but DSP is aborting while initializing EDMA instance.
It is throwing error as source not available with a some address.
With out linux running on A15 ,DSP1 is working fine and With linux on A15, DSP1 is giving error.
What would be the issue, which part I need to look into DSP or Linux?
Also, in device tree I2C5, McASP3 and McASP7 sections are removed so that these peripherals could be accessed by DSP1 core.
Thanks,
Janardan M