• 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...
  • debug STM32F103
    Hi everyone I'm kinda new to Keil and STM32 MCU I managed to build very small projects but now I want to try something more complicated and I would like to use the debug, especially the debug (printf...
  • 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...
  • debug STM32F103
    Hi everyone I'm kinda new to Keil and STM32 MCU I managed to build very small projects but now I want to try something more complicated and I would like to use the debug, especially the debug (printf...
  • Timer interrupt on stm32f103
    The weather is fine, so I'm having a little suprise with timer interrupt on update event. I thought that if timer is configured to count up, update event will occure just after the overflow, i.e. when...