I want to do file operation on internal flash memory. is there any way to do this? I tried using f_open, f_write, but its getting fail. is there any setting that we need to do?
my requirement is to do file operation. I tried it using following way.f_mkfsf_mountf_openf_write.but it cant help me. f_mkfs failed to create file system. I attached file filesystem.c for reference. please let me know any way to do this.