Some remarks to examples/tasker

swap() should be implemented as naked
it does not work with gcc optimising switched off 
(R4 is push onto stack and confuse swap() or at least the debugger ;-)

Is the content of
  static TASK  tasks[MAX_TASKS];
filled with zeros at startup? I think no.
initTasking() may fail
 
        Matthias

Reply via email to