Hi community ,
I am currently working on I2S Audio project ,Im using SPI External Flash for data storage Im able to read data from Flash and send it to I2S Codec .Now I'm trying to implement File system .I found the Fliex_Levelx SDK program .
Specification :
Board :- LPC55S69
Flash:- Winbond W25Q32 -4MB -256 Bytes of page size -4KB sector size-64KB Block size.
SPI:-HSLSPI with DMA (FLEXCOMM
Running in FreeRTOS
PROBLEM:
Thank you and Regards
UJWAL KUMAR N L
You might have a look at LittleFS (https://github.com/littlefs-project/littlefs ).
I'm using it both for the internal flash and external flash:
https://mcuoneclipse.com/2023/07/04/littlefs-file-system-with-mcu-internal-flash-memory/
I hope this helps,
Erich
Hello,
I'm unable to find MCU lib in the project and I don't have SDK for the littleFS .Is there any other way I can proceed with the project .
Thank you and Regards
UJWAL KUMAR N L
The McuLib is shared between many projects and is referenced by that project, three levels up here: https://github.com/ErichStyger/mcuoneclipse/tree/master/Examples/McuLib
LittleFS is part of that library and already adopted to the LPC55Sxx. You might check your SDK for your device as well, as NXP includes LittleFS in many of their SDK versions too.