groufosse wrote on Thursday, January 03, 2013:
I’m trying to understand the best approach or methodology to implement state-machine functionality using FreeRTOS. The basic application is control of an LPC17xx M3 processor with various hardware interfaces and associated interrupts. Where I’m running into trouble is matching the concept of setting up deterministic “function intervals” in a true event-driven environment.
Any examples or notes on how this is successfully accomplished? Is there another software system that could be integrated to make this happen?
Thanks for any help.