• STM32f103 IWDG
    Hey All, I was trying to use a watchdog for any potential software faults and then disable the watchdog before I put the board to sleep (so the board doesn't keep waking itself up). Is this possible...
  • STM32f103 IWDG
    Hey All, I was trying to use a watchdog for any potential software faults and then disable the watchdog before I put the board to sleep (so the board doesn't keep waking itself up). Is this possible...
  • IWDG timeout & register rump
    Hi, I'm developing a piece of kit using an STM32F207, and running the RL-RTX. I'm using the IWDG as I develope the F/W further. I perform daily/nightly soak tests on blasting data packets through the...
  • IWDG timeout & register rump
    Hi, I'm developing a piece of kit using an STM32F207, and running the RL-RTX. I'm using the IWDG as I develope the F/W further. I perform daily/nightly soak tests on blasting data packets through the...
  • init_TcpNet hang after I do a NVIC_SystemReset()
    Hi, In my code I am using RTL-TCP lib from Keil. So far everything work normally. But I need to call NVIC_SystemReset() to restart my device, after a system reset. My code hang at init_TcpNet...