Re: _FS_LOCK makes f_open return error in IDF 3.0
Posted: Tue Nov 28, 2017 5:05 am
Hi ESP_igrr ,
I read ff.h again and recognize that besides the error 16 (FR_LOCKED) that I am facing, there is the error 18:
I guess the problem we discussed that should belong to this error, instead of error 16
if it is correct, i should change the approach.
any idea?
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?