STM32H750XB_RT-THREAD/37-SDMMC—FatFs移植与读写测试/必读说明.txt
2025-07-21 14:34:29 +08:00

61 lines
1.3 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*********************************************************************************************/
【*】 程序简介
-工程名称SDMMC-FatFS移植与读写测试
-实验平台: 野火STM32 H750 开发板
-MDK版本5.25
-ST固件库版本1.6.0
【 !】功能简介:
通过文件系统读写SD卡数据。
学习目的了解如何使用文件系统读写SD卡。
【 !!】注意事项:
下载程序到外部FLASH时若出现下载失败请在Keil工程中顶部的《Project》选项中点击《Clean target》并重新构建程序将开发板重新《上电》后再尝试下载程序。
/*********************************************************************************************/
【*】 引脚分配
SD:
/*********************************************************************************************/
【*】 时钟
A.晶振:
-外部高速晶振25MHz
-RTC晶振32.768KHz
B.各总线运行时钟:
-系统时钟 = SYCCLK = 400MHz
-AHB4 = 200MHz
-AXI = 200MHz
-APB1 = 100MHz
-APB2 = 100MHz
-APB3 = 100MHz
C.浮点运算单元:
使能
/*********************************************************************************************/
【*】 版本
-程序版本1.0
-发布日期2019
-版本更新说明:首次发布
/*********************************************************************************************/
【*】 联系我们
-野火论坛 :http://www.firebbs.cn
-淘宝店铺 :http://firestm32.taobao.com
/*********************************************************************************************/