User Activity

Hi I am using STM32L082, in my application I would like to calibrate the MCU once/twice per day. I would like to know whether clock re-initialization is required after adjusting the calibration value using "__HAL_RCC_MSI_CALIBRATIONVALUE_ADJUST(_MSIC...
Hi all,I would like to use LPTIM in STM32L0 to put my device in sleep mode for 200 ms. I have used the API HAL_LPTIM_TIMEOUT_START(LPTIM_HandleTypeDef * hlptim, uint32_t Period, uint32_tTimeout), I pass 200 as value for both Period and Timeout.I use ...