加载中…
个人资料
Timenadspace7
Timenadspace7
  • 博客等级:
  • 博客积分:0
  • 博客访问:8,334
  • 关注人气:0
  • 获赠金笔:0支
  • 赠出金笔:0支
  • 荣誉徽章:
博文
标签:

c语言

stm32

低电平触发电路及其程序积累

                                                                                                                       &nb

标签:

fatfs

sd

stm32

分类: 技术类
FATFS文件系统中f_lseek函数的使用
BY:T7
Date:20171212
At:YSU_B307

开发环境:
uVision : V5.12.0.0 STM32F103V8T6
库版本  : STM32F10x_StdPeriph_Lib_V3.5.0
FATSF    :  ff13a  下载地址:http://elm-chan.org/fsw/ff/00index_e.html

工程功能:分两次在同一个文件中写入两句话
第一次写入“This is the FATFS System!\r\n”
第二次在同一个文件中,第一句的后面写入:“************************\r\n'”

一、官方给出的解释
f_lseek
The f_lseek function moves the file read/write pointer of an open file object. It can also be used to expand the file size (cluster pre-allocation).
FRESULT f_lseek (
  FIL*    fp,  
  FSIZE_t ofs  
);
Parameters
fp
Pointer to the open file object.
标签:

stm32

spi

sd

fatfs

分类: 技术类

STM32FATFS文件系统(SPI方式)笔记

BY:T7

标签:

stm32

编码器

脉冲数

正反转计数

pwm

分类: 技术类

关于编码器计反转脉冲数不正常

By:T7

Date:20171113

At:YSU_B307

 

标签:

uart

z-stack

zigbee

串口乱码

关于Zigbee_cc2530串口显示头几个乱码的解决办法

By:Timeandspace7

  

新浪BLOG意见反馈留言板 欢迎批评指正

新浪简介 | About Sina | 广告服务 | 联系我们 | 招聘信息 | 网站律师 | SINA English | 产品答疑

新浪公司 版权所有