野火电子论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 11671|回复: 1

stm32,实时传输数据到SD卡中,不知道为什么只能接收一次数据而不能实时输入

[复制链接]
发表于 2016-11-2 15:38:15 | 显示全部楼层 |阅读模式

  1. int SD_text()
  2. {

  3.                 /* function disk_initialize() has been called in f_open */
  4.         
  5.                 /* Create new file on the drive 0 */
  6.                 res = f_open(&fnew, "0:newfile.txt", FA_OPEN_ALWAYS | FA_WRITE );
  7.                  
  8.                 if ( res == FR_OK )
  9.                 {
  10.                           
  11.                         ILI9341_DispString_EN ( 60, 250, "start writing", macBACKGROUND, macRED );
  12.                 }
  13.                         f_lseek(&fnew,fnew.fsize);
  14.                         res = f_write(&fnew, textFileBuffer, sizeof(textFileBuffer)-1, &bw);
  15.                         
  16.                         f_close(&fnew);
  17.                         f_mount(0, NULL);
  18. }

  19. int juece()
  20. {

  21.                         
  22.         textFileBuffer[0]=Num[0];
  23.         textFileBuffer[1]=Num[1];
  24.         textFileBuffer[2]=' ';
  25.         textFileBuffer[3]='\0';


  26.         SD_text();
  27. }
  28. int main ( void )
  29. {
  30.         

  31.         
  32.         f_mount(0,&fs);
  33.         


  34.         while(1)
  35.                 {
  36.                         Fasongjieshou_232();
  37.                         Fasongjieshou_485();

  38.                
  39.                
  40.                         if(KalmanBegin<20)
  41.                                 {
  42.                                         KalmanBegin++;
  43.                                 }
  44.                         else juece();
  45.         }        

  46. }  
复制代码
     

回复

使用道具 举报

发表于 2016-11-2 17:23:29 | 显示全部楼层
帮顶               
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

联系站长|手机版|野火电子官网|野火淘宝店铺|野火电子论坛 ( 粤ICP备14069197号 ) 大学生ARM嵌入式2群

GMT+8, 2024-11-24 05:28 , Processed in 0.039817 second(s), 23 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表