Comments on When to use RTOS?
Post
When to use RTOS?
When should I consider using RTOS in my application? Every microcontroller has a good number of interrupts then what is the need of it?
This is quite opinion-based. Basically, you may benefit from a RTOS if you have numerous different, complex processes that happen simultaneously. We are talking mid- to high end microcontrollers where you are well beyond 50kb program space and probably beyond 100k LoC. Or when you find yourself constructing your own scheduler abstraction layer, basically a simplistic OS but without separate stacks per process. Where to draw the line exactly is a subjective program design decision.
This community is part of the Codidact network. We have other communities too — take a look!
You can also join us in chat!
Want to advertise this community? Use our templates!
Like what we're doing? Support us! Donate
1 comment thread