Hi,
I have a project with several tasks:
NDK low level : priority 5
NDK normal : 7
NDK High : 9
NDK kernel : 11
All other tasks are prioity 2, 3 or 4.
My FATSD task has priority 2
However : if I read/write from/to a file (from a SDcard), my network hangs during the file operation. I don't understand why, since the NDK priority level is higher than the FATSD task.