A GPIO register is generally divided into three categories: a. control register; b. data register; c. latch register
A. Control register (GPIO_CRL or GPIO_CRH (CRL corresponds to the lower 8 bits, CRH corresponds to the upper 8 bits)). See page 106 of the manual for details.
CNFx[1:0]MODE[1:0]
XX00-----Input mode (generally not talking about speed)
XX01-----Output mode (10M rate)
XX10----Output mode (2M rate)
XX11----Output mode (50M rate)
In output mode (50M as an example)
0011----Universal push-pull output
0111----General open drain output
1011----Multiplexed push-pull output
1111----Multiplexed open drain output
In input mode
0000---Analog input (for ADC)
0100---Floating input
1000 --- Pull-up/pull-down input (when the corresponding ODR output is 1, it is pull-up, and when the output is 0, it is pull-down)
The specific applications are as follows:
B. Data registers 1) Input data register IDR; 2) Output data register ODR; 3) Bit set/clear register BSSR; 4) Bit clear register BRR
BSSR can realize the synchronous change of two bits; it can also realize "read, modify and write"
C. Latch register
This still has some problems????????????
The first two categories must be mastered. Every register of each peripheral must be read once and must be gone through.
Previous article:Understanding of GPIO of stm32
Next article:STM32 USART register programming
Recommended ReadingLatest update time:2024-11-16 11:27
- Popular Resources
- Popular amplifiers
Professor at Beihang University, dedicated to promoting microcontrollers and embedded systems for over 20 years.
- Innolux's intelligent steer-by-wire solution makes cars smarter and safer
- 8051 MCU - Parity Check
- How to efficiently balance the sensitivity of tactile sensing interfaces
- What should I do if the servo motor shakes? What causes the servo motor to shake quickly?
- 【Brushless Motor】Analysis of three-phase BLDC motor and sharing of two popular development boards
- Midea Industrial Technology's subsidiaries Clou Electronics and Hekang New Energy jointly appeared at the Munich Battery Energy Storage Exhibition and Solar Energy Exhibition
- Guoxin Sichen | Application of ferroelectric memory PB85RS2MC in power battery management, with a capacity of 2M
- Analysis of common faults of frequency converter
- In a head-on competition with Qualcomm, what kind of cockpit products has Intel come up with?
- Dalian Rongke's all-vanadium liquid flow battery energy storage equipment industrialization project has entered the sprint stage before production
- Allegro MicroSystems Introduces Advanced Magnetic and Inductive Position Sensing Solutions at Electronica 2024
- Car key in the left hand, liveness detection radar in the right hand, UWB is imperative for cars!
- After a decade of rapid development, domestic CIS has entered the market
- Aegis Dagger Battery + Thor EM-i Super Hybrid, Geely New Energy has thrown out two "king bombs"
- A brief discussion on functional safety - fault, error, and failure
- In the smart car 2.0 cycle, these core industry chains are facing major opportunities!
- The United States and Japan are developing new batteries. CATL faces challenges? How should China's new energy battery industry respond?
- Murata launches high-precision 6-axis inertial sensor for automobiles
- Ford patents pre-charge alarm to help save costs and respond to emergencies
- New real-time microcontroller system from Texas Instruments enables smarter processing in automotive and industrial applications
- Common RF transceiver structure
- Let me tell you about my experience using Gaoyun FPGA these days
- How can a 37-year-old programmer still "dominate the workplace"?
- 【AT-START-F403A Review】+OLED screen driver and application
- Inverting adder schematic and circuit diagram
- EEWORLD University - TI gate drivers for every FET
- Please help analyze the role of this voltage regulator diode in the circuit!
- MEMS pressure sensors solve new pain points in human-machine interface
- 2021 Electronic Competition Topic--Nanjing University of Information Science and Technology On-campus Selection Competition Topic
- [Learning Resources] Current Sense Amplifiers from Beginner to Advanced