当前位置:网站首页>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.
边栏推荐
- Global and Chinese markets for recycled boilers 2022-2028: Research Report on technology, participants, trends, market size and share
- Embedded composition and route
- Pointnet++ classification practice
- Halcon's practice based on shape template matching [1]
- Mlperf training v2.0 list released, with the same GPU configuration, the performance of Baidu PaddlePaddle ranks first in the world
- Volatile of C language
- Compilation warning solution sorting in Quartus II
- How to define guid in AMI code
- UEFI development learning 3 - create UEFI program
- Consul installation
猜你喜欢
Measurement fitting based on Halcon learning [III] PM_ measure_ board. Hdev routine
The printer encountered an abnormal configuration problem 0x8007007e (win10)
UEFI development learning 5 - simple use of protocol
The firmware of the connected j-link does not support the following memory access
LED display equipment records of the opening ceremony of the Beijing Winter Olympics
导电滑环磨损快的原因
如何进行导电滑环选型
Halcon's practice based on shape template matching [1]
Altium designer 19.1.18 - clear information generated by measuring distance
Record the visual shock of the Winter Olympics and the introduction of the screen 2
随机推荐
找不到实时聊天软件?给你推荐电商企业都在用的!
UEFI development learning 2 - running ovmf in QEMU
C WinForm [help interface - send email] - practice five
C, Numerical Recipes in C, solution of linear algebraic equations, LU decomposition source program
Volatile of C language
Count and sort the occurrence times of specific fields through SQL statements
UEFI development learning 6 - creation of protocol
Ads learning record (lna_atf54143)
Measurement fitting based on Halcon learning [III] PM_ measure_ board. Hdev routine
[trio basic from introduction to mastery tutorial XIV] trio realizes unit axis multi-color code capture
Bootloader implementation of PIC MCU
UEFI development learning 4 - getting to know variable services
Some tips for using source insight (solve the problem of selecting all)
Live555 push RTSP audio and video stream summary (I) cross compilation
Markdown tips
Connection mode - bridge and net
导电滑环磨损快的原因
Solutions to compilation warnings in Quartus II
C # joint configuration with Halcon
Matlab2018b problem solving when installing embedded coder support package for stmicroelectronic