
FATFS
位文杰TOP
男,汉族,1996年6月出生于河南周口
展开
-
STM32F407内存卡存储DS18B20温度数据
//挂载FLASH. if(res==0X0D)//FLASH磁盘,FAT文件系统错误,重新格式化FLASH { LCD_ShowString(30,150,200,16,16,"Flash Disk Formatting..."); //格式化FLASH res=f_mkfs("1:",1,4096);//格式化FLASH,1,盘符;1,不需要引导区,8个扇区为1个簇 if(res==0) { f_setlabel((const TCHAR *)"1:AL...原创 2020-09-22 16:42:00 · 6124 阅读 · 0 评论 -
FATFS txt 。xlsx 文件追加数据
while(1){ t++; // delay_ms(200); LED0=0;// *data_nanme=f_typetell("test");// printf(data_nanme);// LCD_ShowString(30,290,200,16,16,*u8 data_nanme) ; // sprintf(write_buff,"%04d\r\n",ad_value[i]*3300/4096);//res_ad=f_ls...原创 2020-09-21 18:12:53 · 6192 阅读 · 0 评论 -
FATFS嵌入式系统设计
http://blog.chinaunix.net/uid-20766895-id-2827635.html#include "sys.h"#include "delay.h"#include "usart.h"#include "led.h"#include "lcd.h"#include "key.h" #include "sram.h" #include "malloc.h" #include "usmart.h" #include "sdio_sdcard.h".原创 2020-09-21 18:01:12 · 5400 阅读 · 0 评论