Tool/software: TI-RTOS
Hi,
We have a project around ARM/DSP just like processor_sdk_rtos_am57xx_5_02_00_10\demos\bigdataipc\host_linux\simple_buffer_exampe. Now we are going to use OpenMP simultaneously.
We have read SPRAB27B and we want to combine parallel processing models.
The problem at hand is we want to have HLOS on ARMs (Linux), RTOS on DSPs (BIOS) and keep them connected through IPC. Be cause we need full control over the processing mechanism. Furthermore we should run some more processing applications on DSPs. Although we can leverage the same IPC mechanism to deploy our applications on other DSPs, we prefer to use a higher level solution like OpenMP.
Our development teem just did the same configuration as you may find in this post. And the same errors. Is there any way to have low level IPC while using high level OpenMP programming model on DSPs?
Any help would greatly be appreciated.
Thank you.
Best regards, Omid MDB