ULWOS2: Multithreading on the MSP430
In our previous article we saw an example of our simple thread scheduler ULWOS2 running multiple threads on a Linux host. Now it is time to …
In our previous article we saw an example of our simple thread scheduler ULWOS2 running multiple threads on a Linux host. Now it is time to …
In the first part of this article we introduced ULWOS2 and its cooperative thread scheduler. In this second part we continue discussing the scheduler, how we …
Since I wrote my article on an alternative way to write state machines, I wanted to use them for more than simply writing state machines. Now, …
Writing Finite State Machines (FSMs) in C language can be tedious and sometimes confusing, specially when you have to deal with different waiting states and conditions …
Have you ever wondered about running multiple tasks at a time on a simple microcontroller? In this article I show you that writing a small and simple task …
Hello folks, What about using a small and simple multitasking operating system on the RL78? And what about having a preemptive round-robin task scheduler? In a …