Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4731

General • Re: Non blocking data logging on dual core system

$
0
0
Ever heard of Symmetric Multi-Processing?
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.

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



Viewing all articles
Browse latest Browse all 4731

Trending Articles