User Activity

Posted on March 12, 2018 at 23:50Hi,I am working on a project where we are using the H3LIS331DL accelerometer.I am trying to understand what is happening with the interrupts, because I see some inconsistant behaviour.I got the following samples samp...
Posted on December 08, 2016 at 20:29Hi,In the scheduling system we use we need a simple 32kHz low power counter value. Exactly like in the stm32F1 family is present.But in any other family, the RTC registers are replaced by Time and Date registers.I...
Posted on March 24, 2016 at 21:46I am developing a low power application for the stm32L151RC and after a lot of debugging noticed that the system_stm32l1xx.c file does a  RCC->CR |= ((uint32_t)RCC_CR_HSEON);Why would it do that. Why not just continu...
Posted on March 20, 2016 at 23:04How does rtc alarm work for stm32L1xx? #stm32l1xx-rtc-alarm
Posted on March 13, 2016 at 15:26Hi,I was looking into the stm32 architecture.And i have some questions about achieving the lowest power consuption while staying operational.Example: A simple application that every 10 seconds needs to send 20 bytes ...