User Activity

Posted on April 17, 2017 at 09:28 Hello, I tried to using STOP Mode on STM32L051 but it was not working /* Includes ------------------------------------------------------------------*/ #include 'main.h' #include 'stm32l0xx_hal.h' #include 'rtc...
Posted on March 06, 2017 at 05:49I tried to work with RTC (LSI) on STM32L0 but I got a problem. My desire is run a RTC like normal watch and get time at 2 point and find time between 2 point in milisecs but when I get time debugger always give me 0x...
Posted on February 08, 2017 at 05:10 Hello, I have a question about Standby mode when it wakes up from standby with interrupt or anything which command will executed for the example /**** Start ****/ /* Check and handle if the system was re...
Posted on January 27, 2017 at 04:47Hello, I got stuck in a power mode on Nucleo-L053R8 for a week. My desire is going to make this board consume an energy lowest as possible when it is on standby mode. I used this code /*Disable clock to unused peri...
Posted on January 25, 2017 at 04:26I am newbie of STM32 board. After yesterday I had tried a little experiment about timer. I use timer4 and use PLL clock as input source clock and finally in cubeMX, it said that APB is 32 MHz. My desire is I want t...