In SX Microcontrollers, SX/B Compiler and SX-Key Tool, peterverkaik wrote: Since a task is just a subroutine, there is nothing stopping you to call another task directly from a task. As long as both tasks together take less than 1 TASKTICK unit there is no problem. If they do take longer you miss a TASKTICK. The demands are actually the same as for the isr. You cannot have more cycles than assigned (via TASKTICK) or ticks will be missed. It really depends on the application if that matters. For a task that blinks a led it would not matter if a tick was missed. regards peter ---------- End of Message ---------- You can view the post on-line at: http://forums.parallax.com/forums/default.aspx?f=7&p=2&m=157842#m176152 Need assistance? Send an email to the Forum Administrator at forumadmin@parallax.com The Parallax Forums are powered by dotNetBB Forums, copyright 2002-2007 (http://www.dotNetBB.com)