User Activity

Hello guys, I am working with an STM32L071CBT6 MCU. I want to have a cycle of 10 minutes, where MCU works for 1 minute before entering to standby mode during 9 minute.Using RTC, I want to have an interrupt every 1 minute(60 s); but I don't want the ...
Hello guys,I have adapted this example from repository to work with a STM32L071CB:STM32Cube\Repository\STM32Cube_FW_L0_V1.12.2\Projects\NUCLEO-L073RZ\Examples_LL\ADC\ADC_SingleConversion_TriggerSW_DMAIt works fine until I want to add RTC and select L...
Hello,I have a question: I want to use the backup registers to recover data after waking up from standby. Is it possible using it without setting up RTC or are they bound to RTC ?If they are related and setting up RTC is mandatory prior to use the re...
Hello guys,This is a silly question, but still cannot get it right.I want to read different values coming from sensors connected to different ports.I know using 16 available channels for external input is very intuitive when all the inputs come from ...
Hello guys,First of all I want to say that I don't like and don't use HAL library. Use LL_Library instead as long as possible.Now what brings me here is that currently I am manually porting FreeRTOS to an STM32469NI MCU. This force me to use a differ...
Kudos from