Posted on March 31, 2017 at 21:40The proposed fix is in the newest version of the cube software. Problem is the proposed fix is still an issue.If tickstart = 0xFFFF FFF0 (almost at overflow)delay = 0xFF (delay for 255 ms),Then (HAL_GetTick() - tick...
Posted on March 30, 2017 at 23:14I am having issues with the cube driver as well. What I found was in:file: stm32f7xx_hal_sd.cfunction: HAL_SD_WriteBlocks(...)The while (!..) loop (around line 755) that does the FIFO poll seems to have issues. T...