Hi, How to suspend and resume RTX51_TNY tasks? Ganbaa.T
A task can os_wait() on a signal to suspend itself; an interrupt or another task can isr/os_send_signal() that task to wake it back up and let it resume. I don't think there is an explicit, external, suspend() and resume() call. If that's what you want, perhaps RTX51 Tiny is a bit too tiny for your needs.