User Activity

Using TrueStudio we have a post build step which modifies the generated binary file, but using STM32CubeIDE doesn't work because the post build step is executed before the binary file is generated. How I can perform a step after generate the binary f...
Posted on January 03, 2018 at 10:44Hi again,I'm using an RTC as I explained in https://community.st.com/0D50X00009XkWttSAF.Our device have a battery in VBAT, so the RTC still works when the device it's power off. But after a power on the RTC can los...
Posted on January 03, 2018 at 10:22Hi,I'm using a STM32L496VG, with an external LSE of 32768 Hz. I configure the RTC this way:/* Enable Power Control clock */__HAL_RCC_PWR_CLK_ENABLE();/* Enable writing RTC back-up registers */HAL_PWR_EnableBkUpAcce...
Kudos from