STM32H750XB_RT-THREAD/29-ADC电压采集/ADC—独立模式-单通道—DMA/必读说明.txt
2025-07-21 14:34:29 +08:00

71 lines
1.6 KiB
Plaintext
Raw Permalink 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.

/*********************************************************************************************/
【*】 程序简介
-工程名称ADC-电位器电压采集
-实验平台: 野火STM32 H750 开发板
-MDK版本5.25
-ST固件库版本1.5.0
【 !】功能简介:
使用ADC采集电位器的电压并通过串口打印出来。
学习目的学会使用ADC采集电压。
【 !!】注意事项:
接口板子左侧的“USB TO UART”接口
跳线帽:使用跳线帽连接 RX<--->A9,TX<--->A10。
串口波特率115200
【 !】实验操作:
电脑端使用串口调试助手选择电脑与STM32相连的COM口设置为115200-N-8-1
复位开发板即可接收STM32串口发送给电脑的数据调节电位器可以改变采集到的电压。
/*********************************************************************************************/
【*】 引脚分配
电位器:
电位器 ----> PC3
串口TTL-USB TO UART
CH340的收发引脚与STM32的发收引脚相连。
RX<--->PA9
TX<--->PA10
/*********************************************************************************************/
【*】 时钟
A.晶振:
-外部高速晶振25MHz
-RTC晶振32.768KHz
B.各总线运行时钟:
-系统时钟 = SYCCLK = 480MHz
-AHB4 = 240MHz
-AXI = 240MHz
-APB1 = 120MHz
-APB2 = 120MHz
-APB3 = 120MHz
C.浮点运算单元:
使能
/*********************************************************************************************/
【*】 版本
-程序版本1.0
-发布日期2019
-版本更新说明:首次发布
/*********************************************************************************************/
【*】 联系我们
-野火论坛 :http://www.firebbs.cn
-淘宝店铺 :http://firestm32.taobao.com
/*********************************************************************************************/