User Activity

Hello,I'm facing some issue regarding the RTC peripheral of the STM32F103.In particular, apperently, the RTC seems to randomly loose the configuration given:The RTC device is always powered, and configuration is done ideally only once (except in case...
Hello,I'm facing some issues sampling ADC internal channel in of STM32u575.In particular these are the steps I'm following:VDDA enableADC Clock ConfigurationHAL_ADC_Init (&ADC_Handle[i])Interrupt configuration.Then, I configure the ADC channel to rea...
Hello,I'm using an ST32U5 microcontroller and I'd like to ask some question about the ADC linear and offset calibration feature.1 - This feature is only available on ADC1 or is it also available on ADC4?2 - Right now at startup I'm launching the ADC1...