Performance is a topic that never strays far from the mind of most embedded systems developers. However, relatively speaking, many of us have it easy. We develop soft real-time systems in which a few ...
A real-time system must respect time constraints to ensure that its execution makes functional sense. It must be deterministic, ensuring the execution of system processes a priori. After analyzing the ...
To find the RTOS with the best real-time performance, you've got to do an apples-to-apples comparison. Developers are making embedded systems applications more complex, not only because they can, but ...
Nearly every embedded system uses interrupt service routines (ISRs). If you need to keep track of time, you likely have a timer interrupt that generates a system tick. If you have a USART, you’re ...
An increasing number of multi-threaded embedded applications want to leverage multicore designs. Symmetric Multiprocessing (SMP) RTOS provides automatic load balancing of multiple threads in a ...