• RTX Watchdog Advice
    Hi guys, I'm looking at integrating a Watchdog, potentially Windowed into RTX. Any advice on the best implementation approach? Cheers
  • RTX Watchdog Advice
    Hi guys, I'm looking at integrating a Watchdog, potentially Windowed into RTX. Any advice on the best implementation approach? Cheers
  • RTX and watchdog monitoring
    I wondering what method you're using to monitor the sanity state of the RTOS and activate a watchdog in case of failure. Currently, I have a hardware watchdog feed in the lower priority task . But...
  • RTX and watchdog monitoring
    I wondering what method you're using to monitor the sanity state of the RTOS and activate a watchdog in case of failure. Currently, I have a hardware watchdog feed in the lower priority task . But...
  • Window Watchdog Update in RTX
    I am starting an app using Keil RTX on a Cortex-M3. The Cortex-M3 version of RTX uses the SysTick timer to generate the OS timer tick (there is no os_clock_demon). I need to use the Window Watchdog....