Did you read my first post where I explained I was already using both cores of the rp2040 ? I'm already running my OI in parallel.Ever heard of Symmetric Multi-Processing?
My point is that RTOS is a task switching process even on single core CPUs. The idea is to have a fast means of switching context, so that multiple processes can run on the same core with minimum latency, not to bring in extra hardware to run things in parallel. Saying FreeRTOS runs things in parallel suggests you don't understand what RTOS fundamentally is.
Statistics: Posted by pie_face — Thu Sep 05, 2024 2:16 am