Quantcast
Channel: How to achieve multitasking in a microcontroller? - Stack Overflow
Browsing latest articles
Browse All 7 View Live

Answer by Digikata for How to achieve multitasking in a microcontroller?

There are some really good answers here, but just a little more context regarding your birthday card example might be a good lead in before digging in with the longer answers.The way a single cpu can...

View Article



Answer by user11360 for How to achieve multitasking in a microcontroller?

I have had good experiences with Freertos, even though it uses a fair bit of memory. Freertos gives you true preemptive threading, there's tons of ports if you ever want to upgrade those dusty old...

View Article

Answer by shelleybutterfly for How to achieve multitasking in a microcontroller?

Well, I see a lot of ground covered by other answers; so, hopefully I don't end up turning this into something bigger than I intend. (TL;DR: Girl to the rescue! :D). But, I do have (what I believe to...

View Article

Answer by RBerteig for How to achieve multitasking in a microcontroller?

The answers by Zack and SF. nicely cover the big picture. But sometimes a working example is valuable.While I could glibly suggest browsing the source kit to the Linux kernel (which is both open source...

View Article

Answer by Zack for How to achieve multitasking in a microcontroller?

While SF provides an excellent overview of multitasking there is also some additional hardware most microcontrollers have that let them do things simultaneously.Illusion of simultaneous execution -...

View Article


Answer by SF. for How to achieve multitasking in a microcontroller?

First, what's with this sequential execution. There's just one core, one program space, one counter. The MPU executes one instruction at a time and then moves to another, in sequence. In this system...

View Article

How to achieve multitasking in a microcontroller?

I wrote a program for a wrist watch utilizing a 8051 micro-controller using Embedded (C). There are a total of 6 7-segment displays as such: _______________________ | | | | two 7-segments for showing...

View Article
Browsing latest articles
Browse All 7 View Live




Latest Images