当前位置:网站首页>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 .
边栏推荐
- ParticleSystem in the official Manual of unity_ Collision module
- Solution to the 292 week match of Li Kou
- Unity3d packaging and publishing APK process
- [typescript] experimentaldecorators of vscode stepping pit
- Bessel curve with n control points
- Exploration of unity webgl
- How does unity use mapbox to implement real maps in games?
- 2021-06-17 solve the problem of QML borderless window stretching, window jitter and flicker when stretching and shrinking
- Introduction to Redux: initial experience of Redux
- Sourcetree usage
猜你喜欢

Unity2019.3.8f1 development environment configuration of hololens2

Unit asynchronous jump progress

Preorder traversal of Li Kou 589:n fork tree

14x1.5cm竖向标签有点难,VFP调用BarTender来打印

Generate a slice of mesh Foundation

The file has been downloaded incorrectly!

One command to run rancher

Unity- the camera follows the player

Ugui uses its own function to realize reverse mask

Unity C trigonometric function, right triangle corner calculation
随机推荐
遥感图像/UDA:Curriculum-Style Local-to-Global Adaptation for Cross-Domain Remote Sensing Image Segmentat
How to use js to control the scroll bar of moving div
Unity- the camera follows the player
C # uses monopinvokecallback to directly call back C # function
Chapter 7 vertex processing and drawing commands of OpenGL super classic (7th Edition)
Configuration and use of controllers and routes in nestjs
Pytorchcnn image recognition and classification model training framework
One command to run rancher
Passing values between classes using delegates and events
Unity download and installation website
Detailed explanation of sorting sort method of JS array
Untiy3d controls scene screenshots through external JSON files
Li Kou 2049: count the number of nodes with the highest score
PWN入门(2)栈溢出基础
Does the tester need to analyze the cause of the bug?
Nestjs introduction and environment construction
Unrealeengine4 - about uobject's giant pit that is automatically GC garbage collected
[learning notes] AssetBundle, xlua, hot update (use steps)
Introduction to Redux: initial experience of Redux
Unity ontriggerenter does not call