Hi
We are using a custom board based on AM5728 and running VOIP application software on it.
We are facing some issues, seems to be related to processing power, like delayed rendering of GUI, audio video out of sync etc.
We are currently using CPU cores only (Cortex A15). Therefore, CPU usage goes upto 80-90% during video call.
Since there are other additional cores available on the SoC like GPU, Cortex M4 IPUs, DSP, BB2D and Video Processing Engine (IVA subsystem). We are exploring strategies to leverage these resources effectively and offload CPU.
How can we use these additional cores ? Any tools available in SDK ?
Any suggestions for offloading CPU tasks to these alternative cores would be greatly appreciated.