User Activity

I have an issue where I can't obtain values near 2048 in the 12-bit ADC sampling of stm32wb5mmg. The actual data is shown below. hadc1.Instance = ADC1; hadc1.Init.ClockPrescaler = ADC_CLOCK_SYNC_PCLK_DIV2; hadc1.Init.Resolution = ADC_RESOLUTION_12B; ...
When combining the standby and OTA samples (listed below), in some cases, the OTA sample is started at the timing of standby wakeup.・PWR_STANDBY_RTC・BLE_OtaIn my understand, whether the standby or OTA sample is started is determined by the first 4 by...
Regarding the standby mode of the STM32WB5MMG, I have enabled only the RTC wake-up as trigger to wake up every second.However, occasionally it freezes in standby mode, and after a watchdog reset, it doesn't even perform initialization processes.Final...