User Activity

Posted on November 13, 2017 at 15:04Hello all,Using STM32L1XX_NUCLEO with F_CPU equal to 32MHz, the RTIMER_ARCH_SECOND is defined as 32768 in the file platform-conf.h. Please, what are the values of RTIMER_ARCH_SECOND for frequencies rather than 32M...
Posted on October 10, 2017 at 16:02Hello,I use the STM32L152RE device with STM32Cube_FW_L1_V1.8.0Please,  can you verify if there is problem in defining the values of the bits  VOS[1:0], which are defined in the manual of STM32L100xx, STM32L151xx,  ...
Posted on October 02, 2017 at 10:39Hi, In the HAL_RCC_DeInit function, switching the SYSCLK to MSI only uses this function CLEAR_BIT(RCC->CFGR, RCC_CFG_SW). But, to select MSI as system clock source, I think that it is required to use after that the...
Posted on September 27, 2017 at 14:29 Hi, I use the STM32L152RE device and I found some problems when I execute the sleep mode in STM32CubeHALv1.7.0 . In fact, w hen I use the __HAL_PWR_VOLTAGESCALING_CONFIG function with PW...