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

RTX Watchdog Advice

Hi guys,

I'm looking at integrating a Watchdog, potentially Windowed into RTX. Any advice on the best implementation approach?

Cheers

Parents
  • It really depends on your needs. You can assign an "alive" bit to each task, monitoring that regularly if everybody is good - kick the watchdog. But can be challenging in terms of blocking functions etc. Or you can assign the watchdog to a specific task. I'd kick the watchdog from one.

Reply
  • It really depends on your needs. You can assign an "alive" bit to each task, monitoring that regularly if everybody is good - kick the watchdog. But can be challenging in terms of blocking functions etc. Or you can assign the watchdog to a specific task. I'd kick the watchdog from one.

Children