User Activity

Hello,I have buy the NUCLEO-F302R8 board with the X-NUCLEO-IHM07M1 with the motor BR2807. Now I search for the library and code generation with STM32CubeMX. It is stand on the web page that is "Workflow supporting the STM32CubeMX GUI configurator". B...
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...
Kudos from