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 …
This is a video from my presentation at the 2008 C&C++ Embedded Systems Conference held in São Paulo (portuguese video)!
I am using a MSP430F2001 on an application and faced a very common issue: my program got larger than the available (1k) memory! On this article …