User Activity

Hello,I've a project which are build with the STM32CubeIDEA Version 1.16.0. I use the tool chain 11.3.rel1. After build with optimisation -O0 the application works without problems. It is implemented with bare metal and with using of the LL version 1...
Hello,I've a project with the STM32G030F6 which the application use in 90% of time the low power sleep mode. In the reference manual page 95 is written that can debug:But in the register DBGMCU_CR dosn't exists a flag for the low power sleep mode. On...
Hello,I've a spezial question about the reading of the RTC date/time. In my project are used the STM32G030F6 with SYSCLK=64MHz and RTCCLK=32768Hz. Per reset value the BYPSHAD=0.Now I read the date/time with the follwoing consecutive two lines: const ...
Hello,I've a project with the STM32G030F6 which use the RTC (SYSCLK=64MHz RTCCLK=32768Hz). During the setting of new date/time I enable the INIT mode with: LL_RTC_EnableInitMode (RTC); while (0u == READ_BIT (RTC->ICSR, RTC_ICSR_INITF)) { } The runtim...
Hello,I will debug a application on the STM32G030F6 which are use to 90% the low poer sleep mode. For this I will show the changes of variables in RAM and Flash also the changes of SFR from the MCU hardware like SPI in real time. I will also manipula...
Kudos from