• 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...
  • Advice for AGSI
    1. At AGSI, there are several function user can hook in uVision by callback function, but AGSI missiing the function to unhook callback function. such as: Agsi has this functions: AgsiSetWatchOnSFR...
  • Please Advice
    I am in the same situation where I have a Stellaris EKK-LM3S9B96 Evaluation Kit, which uses the Keil uVision3 V3.90 in support of embedded software development for the Cortex M3 based Micro-controller...
  • An advice for ARTX
    The LPC2200 have 3 timer: Timer0,Time1,PWM timer. But the ARTX just can use Timer0 or Timer1 as ARTX Kernel timer. In some situation, we need the capture or match funtion of the Timer0 and Timer1 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....