# F7_Study **Repository Path**: hspcode/F7_Study ## Basic Information - **Project Name**: F7_Study - **Description**: No description available - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README usbd_conf.h修改 #define USBH_malloc(x) mymalloc(SRAMIN,x) #define USBH_free(x) myfree(SRAMIN,x) 增加USB_HOST->MSC,读取U盘 增加iic驱动 增加IO扩展 增加us延时函数 更改usbh_conf.c PCF8574_WriteBit(USB_PWR_IO,1); //开启USB HOST电源供电IC 更改fatfs #define FF_VOLUMES 4 逻辑设备数量 5/19 加入fatfs的部分操作代码,exfuns.c 加入汉字,LCD_Chinese 修改fatfs中的ffunicode.c,将里边的大数组删除,通过SD卡写入到外部flash 5/13增加freertos待测试 usbh_conf.h 开启 #define USBH_USE_OS 1后由问题,暂时不支持, 5/23 freertos+usb测试成功 程序功能有,SD卡,FATFS,FREERTOS USBH 触摸屏,汉字显示,SDRAM