WWDG bug in STM8S103F3?
Hello,On STM8S103F3 MCU I, might have found a bug in the WWDT.Found nothing related in errata. My environment: IAR, HSI 16MhzProblem: kicking WWDG too early doesn't trigger instant reset.void main(void) { WWDG->CR = WWDG_CR_WDGA | 0x7F; WWDG->W...