SebastianSonntagBender
Results
1
issues of
SebastianSonntagBender
In HAL version 1.18.1 in the file stm32l4xx_hal_sd.c are multiple occasions if the following code: ``` if((HAL_GetTick() - tickstart) >= SDMMC_DATATIMEOUT) { return HAL_SD_ERROR_TIMEOUT; } ``` The problem with this...
bug
hal
internal bug tracker
sdmmc
spotted before customer