请问下,目前的 这个 0.14版本里面的 exFAT 是否好用啊 ?

2019-12-08 14:21发布

请问下,目前的 这个 0.14版本里面的 exFAT 是否好用啊 ?

我目前使用 的 fatfs 版本 0.12c
我目前使用 usb 读取u盘程序, u盘容量是 64g, u盘不支持 fat32 格式,只支持 exFAT, NTFC 格式, 格式化时选择了 exFAT, 但是 我开启了 fatfs 里面的 exFAT 宏定义, 在读写时程序貌似不识别 ??

之前使用的u盘是 32g 的,  u盘是 fat32 格式化的, 程序是可以支持读写的,
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
7条回答
hpdell
2019-12-09 12:48
zhcj66 发表于 2019-12-3 12:36
我开始使用的是12版本后来移植了14版本 读写正常,不过有些函数还没搞明白 ...

我的估计是我新移植了 usb 的底层驱动造成的,

我使用 以前的 usb 底层驱动库是可以的,使用最新的 usb 底层驱动库却不行, 在使用 usb 底层驱动库 3.2.2 版本时,使用 fatfs 0.12, 0.14 版本的都是可以的

目前使用的 usb 底层驱动库

/**
  ******************************************************************************
  * @file    usbh_core.c
  * @author  MCD Application Team
  * @brief   This file implements the functions for the core state machine process
  *          the enumeration and the control transfer process
  ******************************************************************************
  * @attention
  *
  * <h2><center>&copy; Copyright (c) 2015 STMicroelectronics.
  * All rights reserved.</center></h2>
  *
  * This software component is licensed by ST under Ultimate Liberty license
  * SLA0044, the "License"; You may not use this file except in compliance with
  * the License. You may obtain a copy of the License at:
  *                      www.st.com/SLA0044
  *
  ******************************************************************************
  */

就是这个最新的 底层驱动库后, usb 貌似不识别,目前还在没有找到具体的是哪里出了问题

你目前有那几个函数没有搞明白啊 ?

一周热门 更多>