2019-08-18 20:46发布
zhuyuxiao 发表于 2017-5-11 17:11 第二步 初始化 FatFS 具体的也不是很懂 初始化的什么 求大神 给讲解一下 void MX_FATFS_Init(void) { ...
最多设置5个标签!
链接文件系统所用的存储设备的驱动,第一个结构体里的成员函数全是函数指针,这些就是文件系统需要的驱动函数
最近再结合HAL库的时候 借鉴到固件库的过程中出现了一下错误提示 搜索后发现实 新版 旧版 冲突 之类 也不是很明白 再求高人指点一下compiling fatfs.c...
..userstm32f10x.h(494): error: #20: identifier "__IO" is undefined
..userstm32f10x.h: typedef __IO int32_t vs32;
..userstm32f10x.h: ^
..userstm32f10x.h(494): error: #256: invalid redeclaration of type name "int32_t" (declared at line 39 of "C:keilarmARMRV31INCstdint.h")
..userstm32f10x.h: typedef __IO int32_t vs32;
..userstm32f10x.h: ^
..userstm32f10x.h(494): error: #65: expected a ";"
..userstm32f10x.h: typedef __IO int32_t vs32;
..userstm32f10x.h: ^
..userstm32f10x.h(495): error: #20: identifier "__IO" is undefined
..userstm32f10x.h: typedef __IO int16_t vs16;
..userstm32f10x.h: ^
..userstm32f10x.h(495): error: #256: invalid redeclaration of type name "int16_t" (declared at line 38 of "C:keilarmARMRV31INCstdint.h")
..userstm32f10x.h: typedef __IO int16_t vs16;
..userstm32f10x.h: ^
..userstm32f10x.h(495): error: #65: expected a ";"
..userstm32f10x.h: typedef __IO int16_t vs16;
..userstm32f10x.h: ^
..userstm32f10x.h(496): error: #20: identifier "__IO" is undefined
..userstm32f10x.h: typedef __IO int8_t vs8;
..userstm32f10x.h: ^
..userstm32f10x.h(496): error: #256: invalid redeclaration of type name "int8_t" (declared at line 37 of "C:keilarmARMRV31INCstdint.h")
..userstm32f10x.h: typedef __IO int8_t vs8;
..userstm32f10x.h: ^
..userstm32f10x.h(496): error: #65: expected a ";"
..userstm32f10x.h: typedef __IO int8_t vs8;
..userstm32f10x.h: ^
..userstm32f10x.h(498): error: #20: identifier "__I" is undefined
..userstm32f10x.h: typedef __I int32_t vsc32; /*!< Read Only */
一周热门 更多>