User Activity

Posted on October 30, 2015 at 10:13Hello, Is it possible to enter stop mode from an interrupt, and afterwards exit stop mode by getting the same interrupt again? (WFI)
Posted on October 29, 2015 at 17:13If i place my enter ''stop code'' into PVD interrupt I can enter stop mode but not exit. If i place the same code outside the PVD interrupt (in the while(1)) I can both enter and exit stop mode. I use STM32L053. if...
Posted on October 25, 2015 at 12:00Hello, I'm currently working on a project where I have 8 touchkeys @ 3 banks.This is working just fine. But to speed up my prox detection (wake up) of a device I would like to add one more bank (where all channels ...
Posted on October 15, 2015 at 23:27Can a touch ''bank'' of the STM32 touch library consist of 9 channels so they will be acquired simultaneously? (I use stm32l053). My issue is that I have 9 touchkeys and want to acquire the touchkeys as fast as pos...
Posted on October 03, 2015 at 21:33Hello,I'm working on a STM32L053 and I have a question about RTC and ''week day''. When I provide a date: YYYY-MM-YY  without day of week, I would like to know if the STM32L053 RTC hardware can calculate the week d...