2017-06-12 07:04 AM
I noticed that fatfs when performing single readblock_dma operation occasionally ends up with error
SDMMC_OCR_ADDR_OUT_OF_RANGE when issuing command:
SDMMC_CmdReadSingleBlock(hsd->Instance, BlockAdd);
Any advice on to why this is happening? In theory this error would trigger if I'm trying to access out of range sector within sd card. But it looks like sector is somewhere at the beginning of the card, far before the end sector. I'm using recent HAL drivers. Could this be a symptom of sd card failure????
2017-07-05 03:07 AM
Hi
Hockuba.Krzyszto.002
,Which firmware version are you using ?
Be sure that you are using the lastversion
STM32CubeL4 V1.8.1
with enhancement and limitation fixes.Regards
Imen