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:
- Suggest me a simple file system for flash .
- Filex SDK I'm unable to format the current Flash
status = fx_media_format(&flash_disk, _fx_levelx_driver, (VOID *)NULL,
(UCHAR *)media_memory, sizeof(media_memory), "FLASH_DISK",
2, 32, 0, real_sector_count, DEMO_SECTOR_SIZE,
DEMO_SECTORS_PER_CLUSTER, 1, 1).
Error im getting is : ERR: levelx NOR flash system error (91) - Im using FreeRTOS and the SDK uses Azure Levelx will there be any problem .
- I just need FILE SYSTEM for making the project to run smoothly ,any other driver you guys can suggest .
Thank you and Regards
UJWAL KUMAR N L
@kbetts @xiangjun_rong @Juan-Rodarte @jesseg