• 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....
  • watchdog LPC2468 with rtx rtos
    Hello! Someone knows where I find information about configuration of watchdog functions using the rl-rtx rtos keil with lpc2468. How can I enable watchdog on rtx? thanks
  • 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...
  • Watchdog
    When a watchdog timeout occurs, it could be the result of many causes. The code could be 'out in space' due to a bad pointer corrupting anything it wants to. It could be due to a fault condition that...