当前位置:网站首页>STM32 tutorial triple ADC interleaved sampling
STM32 tutorial triple ADC interleaved sampling
2022-07-05 08:04:00 【Shallow Xu】
ps: This article is based on stm32F407ZGT6 Single chip microcomputer
stm32F4 The maximum sampling rate of single channel acquisition of single chip microcomputer is 2.4M, Therefore, it is sometimes difficult to meet higher frequency sampling , So consult the chip manual , Find out stm32F4 Support multiple ADC collection , Use the conversion time of each channel , Dislocation sampling , So as to improve the sampling rate , Turn the sampling rate to 2.4*3=7.2M. ( I started learning last year ADC When studying , be based on cube and HAL Triple of Library ADC There are few cross sampling references , I also studied for a period of time , Write this blog, hoping to help more people .)
The schematic diagram is as follows :
The following is an illustration of the official example ,
In this example, the system clock is 144MHz, APB2 = 72MHz and ADC clock = APB2 /2.
Since ADCCLK= 36MHz and Conversion rate = 5 cycles
==> Conversion Time = 36M/5cyc = 7.2Msps
This is triggered by software ADC Continuously sampled , I tried , It is feasible. . The few references on the Internet are also under the continuous conversion mode mentioned above .
But I am used to using timer to trigger sampling , Because the sampling rate is continuously adjustable , More flexible than continuous conversion .
So I started trying to trigger triple timer ADC!
The configuration is as follows : open TIM8, Hang on APB2 On , by 144M
How much is the clock frequency configured ?
Open the chip manual :
Thus we can see that The trigger source only needs to trigger ADC1 ADC2 and 3 The acquisition is automatically started after the inherent time of the triple mode set by the chip
so ADC1 Just configure 2.4M 144M/60=2.4M
ADC How to configure ?
Look at the chip manual !
DMA mode2 !
ADC1 The configuration is as follows :
( Choose the channel 12 Because it is pure Less interference )
Remember to open it. DMA !
Configuration is similar to single channel ADC+ Timer triggered !
ADC2/3 ditto I won't repeat it here !
complete !
The generated code !
How to write in the code ?
Open the chip manual again !!
So that's it ! I feel like I can !
Turn on ADC123 and TIM8:( Pay attention to triple ADC In alternate mode ,ADC1 There is an inherent opening function )
compile ! burn !
Tested last year , The epidemic situation will not be tested at home QAQ
Last year, the signal generator was used to give 100khz Sine wave signal , A cycle was picked 72 A p.m. .
ps: According to the seniors, this way is unstable , When the workload of single chip microcomputer is large, it may appear bug.
边栏推荐
- About yolov3, conduct map test directly
- Basic embedded concepts
- Global and Chinese markets for anesthesia, breathing and sleep apnea devices 2022-2028: Research Report on technology, participants, trends, market size and share
- MLPerf Training v2.0 榜单发布,在同等GPU配置下百度飞桨性能世界第一
- Hardware 1 -- relationship between gain and magnification
- Gradle复合构建
- Cadence simulation encountered "input.scs": can not open input file change path problem
- Fundamentals of C language
- [trio basic tutorial 17 from getting started to mastering] set up and connect the trio motion controller and input the activation code
- Record the opening ceremony of Beijing Winter Olympics with display equipment
猜你喜欢
Shape template matching based on Halcon learning [VII] reuse_ model. Hdev routine
Solutions to compilation warnings in Quartus II
The firmware of the connected j-link does not support the following memory access
Ten thousand words detailed eight sorting must read (code + dynamic diagram demonstration)
MySQL blind note common functions
[trio basic tutorial 17 from getting started to mastering] set up and connect the trio motion controller and input the activation code
[tutorial 15 of trio basic from introduction to proficiency] trio free serial communication
Shape template matching based on Halcon learning [v] find_ cocoa_ packages_ max_ deformation. Hdev routine
VESC Benjamin test motor parameters
The research found that the cross-border e-commerce customer service system has these five functions!
随机推荐
Summary -st2.0 Hall angle estimation
【论文阅读】2022年最新迁移学习综述笔注(Transferability in Deep Learning: A Survey)
Network communication process
Drive LED -- GPIO control
Live555 push RTSP audio and video stream summary (III) flower screen problem caused by pushing H264 real-time stream
PMSM dead time compensation
My-basic application 2: my-basic installation and operation
Count and sort the occurrence times of specific fields through SQL statements
Pointnet++ classification practice
UEFI development learning 2 - running ovmf in QEMU
C, Numerical Recipes in C, solution of linear algebraic equations, LU decomposition source program
Global and Chinese market for blood typing 2022-2028: Research Report on technology, participants, trends, market size and share
String judgment
C WinForm [realize the previous and next selection pictures] - practice 7
Shape template matching based on Halcon learning [v] find_ cocoa_ packages_ max_ deformation. Hdev routine
Cadence simulation encountered "input.scs": can not open input file change path problem
Record the visual shock of the Winter Olympics and the introduction of the screen 2
Fundamentals of C language
[professional literacy] specific direction of analog integrated circuits
生产中影响滑环质量的因素