User Activity

Posted on May 18, 2015 at 10:19 I'am using three MAX11210 with a STM32L151VDT6 controller via SPI. I only want to read out the CTRL3 register which is by default 0x1E. If i read out the ADCs behind one another i read 0x1E, 0x1E and 0x1F... but n...
Posted on January 26, 2015 at 11:25 Hey there, today i wanted to change the brownout level from 1 to 4, but i failed. I'm using the STM32L151VDT6 and the following code at startup if ((FLASH_OB_GetBOR() & 0x0F) != OB_BOR_LEVEL...
Posted on September 05, 2014 at 13:07Hi, i'm using the STM32L151 for a little project. I use an external crystal for the rtc to show time and date in a display. If battery is low i want to save battery power, so in this case i activate the standby...