I read ff.h again and recognize that besides the error 16 (FR_LOCKED) that I am facing, there is the error 18:
Code: Select all
FR_TOO_MANY_OPEN_FILES, /* (18) Number of open files > _FS_LOCK */
if it is correct, i should change the approach.
any idea?