User Activity

Usecase:Using the SDMMC module with DMA in HS mode (clock bypass @48MHz following CMD6 switch CMD), the SDMMC_IT_DTIMEOUT interrupt is raised when waiting few dozen of seconds after last successful data transfer (FATFS f_read in this case).The HAL_SD...
I may be mistaken but It appears that the HAL is not computing the correct value for the RD_RWN bit as defined line 6319 of the file stm32l4xx_hal_i2c.c:/** * @brief Handles I2Cx communication when starting transfer or during transfer (TC or TCR f...
Problem: RTC Wakeup interrupt is not working on STM32L4 after calling the HAL_RTCEx_SetWakeUpTimer_IT.Cause:A preprocessor macro check rules out a call to the __HAL_RTC_WAKEUP_EXTI_ENABLE_IT for uC other than STM32L412xx / STM32L422xx in the file stm...
In the file stm32l4_hal_sd.c in functions:HAL_SD_WriteBlocksHAL_SD_ReadBlocksNo check is performed on tempbuff's bounds: its value must not exceeds pData base address + pData size but tempbuff gets incremented indefinitely until a hardfault is trigge...
Kudos from