User Activity

Posted on July 11, 2018 at 01:56Hi,I am currently writing a program for the part STM32L031F6.  I am using StopMode to put the uController to sleep.I have a couple of questions I was wonder if you could help.1. When waking up from stop mode, do I nee...
Posted on May 02, 2018 at 16:59I have a couple of questions regarding the state of the GPIO output and the wake up condition in stop mode that I could not find in the datasheet.When the uProcessor is specifically in stop mode,1. Can it be woken up b...
Posted on April 06, 2018 at 00:02I was wondering if there is any data in term of how real world systems are using STM libraries.  We are developing an application that will use almost all of STM libraries for I2C, SUART, and CAN bus.  All the read/w...
Posted on April 04, 2018 at 01:50 For example, if I have: unsigned long int Variable1; Variable1 = 0xFFFFFFFF; Variable1++; What would be the value of Variable1? Would it be back to zero? Thanks. Note: this post was migrated and con...
Posted on March 29, 2018 at 23:02I have my program something like this below.My question is under which condition (block 1) codes executed and (block 2) codes executed.1. At board power up, (block 2) executed. (for sure).2. If I erase the CPU, repro...
Kudos from