GasFlowMeter/必读说明.txt

66 lines
1.4 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.

/*********************************************************************************************/
【*】 程序简介
-工程名称GPIO输出--多彩流水灯
-实验平台: 野火STM32 H743 开发板
-MDK版本5.25
-ST固件库版本1.2.0
【 !】功能简介:
控制开发板上的RGB彩灯轮流显示“红绿蓝黄紫青白”颜色。
学习目的了解如何使用库开发以及为库与寄存器操作的区别学会如何控制GPIO输出。
【 !!】注意事项:
跳线帽彩灯需要用跳线帽连接J35 (出厂默认已连接J35位置在彩灯附近)
/*********************************************************************************************/
【*】 引脚分配
LED
RGB彩灯的三个阴极接到STM32三个引脚上LED低电平亮。
R<--->PH10
G<--->PH11
B<--->PH12
LED4<--->PD11
/*********************************************************************************************/
【*】 时钟
A.晶振:
-外部高速晶振25MHz
-RTC晶振32.768KHz
B.各总线运行时钟:
-系统时钟 = SYCCLK = 400MHz
-AHB4 = 200MHz
-AXI = 200MHz
-APB1 = 100MHz
-APB2 = 100MHz
-APB3 = 100MHz
C.浮点运算单元:
使能
/*********************************************************************************************/
【*】 版本
-程序版本1.0
-发布日期2018-7
-版本更新说明:首次发布
/*********************************************************************************************/
【*】 联系我们
-野火论坛 :http://www.firebbs.cn
-淘宝店铺 :http://firestm32.taobao.com
/*********************************************************************************************/