cancel
Showing results for 
Search instead for 
Did you mean: 

Can I create filesystem on flash memory(external),?

dbgarasiya
Senior II

Hello

I am using STM32F779BI controller for use of externl flash memory

I want to communication(read,write) with flash memory

so I want to ask Is it possible to create filesystem on flash memory like we create on sd card ?

so i could easily communicate with flash memory

Best Regards

Dipak Garasiya

4 REPLIES 4

Yes, it is possible to do such things.​

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
dbgarasiya
Senior II

could you guide me how can i do that?

dbgarasiya
Senior II

any help?

svii
Associate III

hi, you will have to integrate the flash driver read, write ,erase functions into the user_diskio.c file generated by cubemx.