User Activity

Posted on December 31, 2014 at 17:20 Hi, I have a problem with proper main clock configuration in STM32F030K6T6. I've connected an external crystal 16 MHz with 2x15 pF caps, but the HSE is not starting. Variable HSEStatus remains 0, so the PL...
Posted on September 04, 2014 at 23:04I'm writing an app, that most of its time will spend in STOP or STANDBY mode (battery powered microsystem). I'd like the internal RTC to wakeup my STM32 every 5 minutes, enter the ISR, do its tasks in ISR (ADC me...