Part Number: AM5728
Hi,
I am presently working on Sitara Am5728 platform. I am planning to use DSP1 and DSP2 both cores. I am able to use DSP1, bind and unbind it.
But if i try to bind DSP2 core standalone without binding DSP1 it is hanging the entire machine.
If I bind the DSP1 and then bind DSP2 it is binding properly.
What I understand is DSP1 and DSP2 cores is expected to work independently without any dependency. Why am I observing this kind of behavior?
Also please let me know what are the configurations to be done to enable the DSP2 to function independently.
I am placing below piece of code in "app.cfg file"
Program.global.procName = "DSP2";
I changed in Products
Platform: ti.platforms.evmDRA7XX:dsp2
Is there anything more we need to configure to enable DSP2 properly?
Thanks,
Janardan