This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Suspend and resume

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.