I’m using the File system service api le_Fs.h but when using le_fs_Read() I only get the first 40k of the file. Is this a limitation on the file system API or is there another explanation?
In legato 16.10.3 there was a “define LE_FS_DATA_MAX_SIZE 8192” but can’t find anyting about any file size limitation in legato 19.04.
I’ve made the test on wp7607 platform using Legato 19.02 (which is the latest stable Legato version for this platform) and faced no issues.
Please find attached my test app. fsTestApp.tar.bz2 (1.6 MB)
In order to test it, please copy “test.txt” file under “/data/le_fs/home/root” and run:
app start fsTestApp
Hope it helps!