2019-11-12 12:27 AM
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
2019-11-12 02:16 AM
Yes, it is possible to do such things.
2019-11-12 02:25 AM
could you guide me how can i do that?
2019-11-14 12:17 AM
any help?
2019-11-14 12:39 AM
hi, you will have to integrate the flash driver read, write ,erase functions into the user_diskio.c file generated by cubemx.