Hi,
I'm a freshman starting with image processing application development based on 66ak2h12 SOC. My primary thoughts is to run linux OS on ARM cores and dispatch image processing programs to DSP cores. I've found some developing guides in your forum that may related to my study, i.e. the MCSDK-HPC, but I have some essential questions before getting started.
1, What's the relationship between OpenMP task dispatching and Linux process scheduling? I mean, does the OpenMP dispatch tasks depending on Linux scheduling algorithms or use it's own strategy and implementation?
2, Is there any mechanism to guarantee the real-time properies of tasks using OpenMP? In other words, how to make sure a specific task run to complete before its deadline?
3, If MCSDK-HPC is not suited for real-time application development, is there any technical docs I should know?
Best reguards,
Thanks very much!