On Sun, Oct 20, 2013 at 1:22 AM, Ken Phillis Jr kphillisjr@gmail.com wrote:
Isn't it possible to use an embedded real time OS on the STM32F make things easier?
not particularly! this is pretty basic stuff that can be handled entirely via interrupts and timers. also, the tasks can be subdivided up automatically by having different USB endpoints.
so you end up with one huge state-machine where it's actually pretty clear what's going on: a real-time OS would strictly speaking just get in the way.
l.