开发者ID:yumm007,项目名称:C,代码行数:11,代码来源:f_test.c 示例4: fatfs_pwrite ▲点赞 2▼ intfatfs_pwrite(struct block_cache *output,off_tblock_offset,constchar*filename,intoffset,constchar*buffer,off_tsize){// Check if this is the same file as a previous pwrite callif(current_file...
I used the MK66FN2M0xxx18 development board and the "frdmk66f_sdcard_fatfs" program in the SDK to conduct an experiment. At the same time, a 32G SD card was used in the experiment. My program can work normally and create files. I tried to modify the program to detect the size of ...