FatFs returns FR_TIMEOUT
Hello.
I have developed a firmware using FREEROTS and FatFS.
I have setted FREERTOS with :
- one thread (osPriorityNormal, 24) that perform massive read on uSD file (100MByte) to search a string (the search takes at least 40secs)
- a software timer (priority 2) that, in a certain moment, write a string in certain position in another file.
What I observe is that that FatFS f_lseek API called in software timer returns FS_TIMEOUT when the thread is performing massive read.

I'm tempted to augment FS_TIMEOUT to 100 secs or augment software timer priority to a number greather than 24 (osPriorityNormal) but have you another suggestion ? Is it the right way ?
Thankyou in advance.
