User Activity

I use:STM32Cube_FW_F4_V1.27.1and CubeMx 6.9.0I have a problem with the function HAL_RTCEx_GetTimeStamp(&hrtc, &RtcTimeTimeStamp, &RtcDateTimeStamp,RTC_FORMAT_BIN); it always returns the value 0 for the year, the other values are correct.In the functi...
I'm using STM32CubeIDE 1.11.2 and STM32CubeMX Version: 6.7.0.I have a question regarding the implementation of the SDIO SD card in 4 bit mode on a stm32F407 cardI am using the following configurationSDIO Global interrupt, SDIO_RX and SDIO_TX DMASDIOC...
Initially I used version 6.5 of stm32cubemx to generate my project for stm32h743 and as I use the ADC module which I cannot get to work with this version, I switched to version 6.4, I So the problem of the ADC is solved, it works very well except tha...
The RTC program is tested with LSE
MX_RTC_Init(); if (HAL_RTCEx_BKUPRead(&hrtc, RTC_BKP_DRX) != 0X2233) { printf(" Set Date and Time \r\n"); SetDateTime(); }void SetDateTime(void) { RTC_TimeTypeDef sTime = { 0 }; RTC_DateTypeDef sDate = { 0 }; /* USER CODE BEGIN Check_RTC_BKUP */ /*...
Kudos given to