User Activity

Posted on August 15, 2014 at 15:55Hello,I am having a weird problem with Independent Watchdog timer in my STM32F051K8. Here is my initialization:IWDG ->KR = 0x00005555;IWDG ->PR = 0;IWDG ->RLR = 0x000003FF;        // Reload value 1023*(1/(40kHz/4)) ...
Posted on March 10, 2014 at 17:41Dear,I am playing around with the STM8S discovery board using STM8S003K3 MCU. I have done with GPIO, timer, ADC, UART, and now I am trying to work with Independent watchdog timer.In the init() function, I have:CLK_SY...
Posted on February 27, 2014 at 22:13Dear,I am playing around with the STM8S discovery board using STM8S003K3 MCU. I have done with GPIO, timer, ADC, UART, and now I am trying to work with Independent watchdog timer.In the init() function, I have:CLK...