Does anyone use non-preemption on the MSP430? I think I added calls to taskYield() where they are needed, but my 4x tasks do not seem to run. Only one of them runs for sure. I need to see if the idle task runs, but have not checked yet.
This is the FreeRTOS.h file contents...
#define configUSE_PREEMPTION 0
greg
