User Activity

Posted on December 14, 2016 at 23:55I am trying to write code to set the BOR Level under program control for the STM32L151 but cannot get the result I need. I have the following:if ((FLASH_GetUserOptionByte() & 0x0F) != OB_BOR_LEVEL4){      FLASH_Un...
Posted on December 14, 2016 at 23:50I am trying to write code to set the BOR Level under program control but cannot get the result I need. I have the following:if ((FLASH_GetUserOptionByte() & 0x0F) != OB_BOR_LEVEL4){      FLASH_UnlockOptionByte(); ...
Posted on October 18, 2011 at 01:20TIM9, TIM10, TIM11 be clocked by LSE in the STM32L151. Given this, can they continue to count even in Stop Mode? The motivation for this question is that Stop Mode is described in terms of the HSE, MSI, and HSI cl...
Posted on August 04, 2011 at 20:30First question: If anyone has a simple C program for reading/writing internal EEPROM, I would appreciate it. Second question: The bootloader function doesn't work, according to the errata. Does anyone know when STM ...
Posted on June 30, 2011 at 23:11I am doing a STM32L152 design, using IAR tools, and have run into problems with JTAG programming. My code resides in Flash, and sometimes there is a JTAG ''no communication'' problem which prevents me from programming...