当前位置:网站首页>Baiwen.com 7 days Internet of things smart home learning experience punch in the third day
Baiwen.com 7 days Internet of things smart home learning experience punch in the third day
2022-06-30 05:16:00 【su165108515】
Punch in the third day .
2022/2/15 Basic class section III training .
The main content is : Single chip microcomputer clock tree ,STM32CubeMX Configure clock 、STM32 Of GPIO The output mode 、 The input mode .

1、STM32F103 Yes 4 The clocks are :HSE High speed external clock ,HSI High speed internal clock ,LSI Vulgar internal clock ,LSE Vulgar external clock .
2、STM32CubeMX Configure clock 
(1)、 First click on RCC stay High speed clock(HSE) Drop down to select Crystal/Ceramic Resonator Enable external clock , Enabled on the simulation chip diagram on the right 2 A pin will light up RCC_OSC_IN、RCC_OSC_OUT.
(2)、PPL choice 9 frequency doubling APB1 choice /2 Recommended configuration for
(3)、STM32CubeMX Screenshot and analysis of the configured bus clock file 
(4)、GPIO Can make 
3、STM32 Of GPIO The output mode : Push pull output 、 Open drain output 、 Multiplexing push pull output 、 Reuse open drain output
(1)、 Push pull output is used MOS control IO High and low output of .
(2)、 Open drain output utilization MOS control IO Low level output of , High level is controlled by internal pull-up resistor . Or an external pull-up resistor It can be 5v It can also be 3.3v.
(3)、 The output of the multiplexing function is to control the columns externally, such as I2C
4、STM32 Of GPIO The input mode : Pull up input 、 Drop down input 、 Floating input 、 Analog input .
(1)、 Up and down input is control 2 Up and down switches , When it is set as pull-up input , Internal pull-up switch , On if there is an external low level, then ,IO What I read originally is that the high level changes to the low level
(2)、 Floating input is 2 Both switches are off , here IO Belongs to an unknown state .
(3)、 The analog input is to TTL Schottky trigger off , The signal passes directly from the analog input ADC The controller analyzes the simulated values .
边栏推荐
- 很紧张,第一天做软件测试,需要做什么?
- Ugui uses its own function to realize reverse mask
- Exploration of unity webgl
- Intellj idea jars projects containing external lib to other project reference methods - jars
- Chapter 12 pipeline monitoring of OpenGL super classic (version 7)
- Solution to 293 problems in the week of Li Kou
- Detailed explanation of the loss module of mmdet
- Unity Catmull ROM curve
- Unit asynchronous jump progress
- [typescript] experimentaldecorators of vscode stepping pit
猜你喜欢

The minecraft server address cannot be refreshed.

Unity project hosting platform plasticscm (learn to use 1)

One command to run rancher

QT connecting external libraries

Unity Logitech steering wheel access

Pycharm database tool
![[typescript] cannot redeclare block range variables](/img/52/2fd3071ca9e3c5023c6b65961e2cf7.jpg)
[typescript] cannot redeclare block range variables

东塔攻防世界—xss绕过安全狗

Ripple effect of mouse click (unity & shader)

Unity shader flat shadow
随机推荐
Unity Catmull ROM curve
Detailed explanation of sorting sort method of JS array
Unity packaging and publishing webgl error reason exception: failed building webgl player
Unity animator does not clip animation to play animation in segments
Ugui uses its own function to realize reverse mask
Solution to Autowired annotation warning
[note] usage model tree of the unity resource tree structure virtualizingtreeview
Exploration of unity webgl
网络变压器怎么判断好坏?网络滤波变压器坏了一般是什么症状?
ParticleSystem in the official Manual of unity_ Collision module
How to install win7 on AMD Ruilong CPU A320 series motherboard
终端便捷ssh(免密)连接
Unity3d learning notes-1 (C # learning)
Unity gets the resolution of the game view
Nestjs中控制器和路由的配置使用
Unity notes_ SQL Function
The difference between SVG and canvas
Force buckle 977 Square of ordered array
Unrealeengine4 - about uobject's giant pit that is automatically GC garbage collected
Chapter 7 vertex processing and drawing commands of OpenGL super classic (7th Edition)