Hi,
We have designed a Native application running on WINCE7 on the Coloibri iMX7D SoM.
The iMX7 SoC has 2 Cortex A7 cores. Our application too has multiple threads. The application demands low latency from the software, for which we have a dedicated thread.
There are also communication threads that wait or incoming data over TCp sockets from connected clients.
Is it possible to assign threads through code to specific cores to distribute and make use of the parallel processing available in the SoC.
I could then make the rest of the application run on one core whereas the interrupt thread on other A7 core.