IDF中如何读写文件?
Posted: Mon Sep 05, 2022 9:31 am
用fopen打开文件总是返回NULL,不管文件是否存在,都返回NULL
FILE *wp = fopen("/a.txt","w");
或者
FILE *wp = fopen("/a.txt","r");
都不好使
确定flash已经关在到/了
FILE *wp = fopen("/a.txt","w");
或者
FILE *wp = fopen("/a.txt","r");
都不好使
确定flash已经关在到/了