FR_LOCKED issue when writing to file with FATFS R0.12c over SDIO
Hi, I have STM32F407 and trying to write log file (in main loop) with FATFS R0.12c over SDIO.
But after few writes I get error:
FR_LOCKED // (16) The operation is rejected according to the file sharing policyPreviously I was using STM32F103 and was writing to log file using same algorithm with FATFS R0.11 over SPI without this issue. So I suspect the issue should be in "FATFS R0.12c" or "SDIO"?
What could be the issue and how could I fix this?
