-
ADC_DualModeInterleaved
stm32f4 adc 的代码,双通道,用DMA保存数据。(stm32f4 family c code, adc
This example provides a short description of how to use the ADC peripheral to
convert a regular channel in Dual interleaved mode using DMA in mode 3 with 5Msps.
DMA mode 3 is used in interleaved mode in 6-bit and 8-bit resolutions.
The Dual interleaved delay is configured 6 ADC clk cycles.
On each DMA request (two data items are available) two bytes representing two
ADC-converted data items are transferred as a half word.
The data transfer order is similar to that of the DMA mode 2.
A DMA request is generated each time 2 data items are available
1st request: ADC_CDR[15:0] = (ADC2_DR[7:0] << 8) | ADC1_DR[7:0]
2nd request: ADC_CDR[15:0] = (ADC2_DR[7:0] << 8) | ADC1_DR[7:0]
The ADC1 and ADC2 are configured to convert ADC Channel 12, with conversion
triggered by software.
By this way, ADC channel 12 is converted each 6 cycles.
In this example, the system clock is 168MHz, APB2 =84MHz and ADC clock = APB2 /2.
Since ADCCLK=)
- 2013-10-14 19:06:26下载
- 积分:1
-
遥控循迹避障小车
基于51单片机的遥控循迹蔽障小车,采用红外传感器完成循迹功能,SR04超声波传感器完成距离检测,避障以及跟随的功能。并自带上位机软件,实时观测距离以及其他数据量。
- 2023-03-28 23:40:03下载
- 积分:1
-
STM32F107-music
STM32F107 音乐播放器、模拟输入混音、音量控制、静音控制。 MDK编译测试成功
(STM32F107 music player+ analog input mixer+ volume control+ mute control MDK version)
- 2020-12-04 19:29:25下载
- 积分:1
-
msp430应用笔记
msp430应用笔记 包含msp430手册,以及各项项目开发笔记 PDF 学430必备(MSP430 application notes include MSP430 manual and PDF science 430 necessary notes for various project development)
- 2020-06-21 03:40:02下载
- 积分:1
-
Cascade_PIDcontorl
此为串级PID控制源代码,他具有比普通PID控制的诸多优点!(This cascade PID control for the source code, he has the ordinary PID control than many advantages!)
- 2020-09-12 09:57:59下载
- 积分:1
-
AVR_RS485IAP
avr单片机通过RS485在线程序升级,编译环境IAR,上位机程序使用VC6.0编写。(AVR microcontroller through the RS485 online upgrade program, the compiler environment IAR, the host computer program written in VC6.0.)
- 2013-09-03 12:46:51下载
- 积分:1
-
HDC1080驱动程序
说明: 基于51的温湿度检测,使用HDC1080实现(HDC1080 driver based on C51)
- 2020-09-03 13:48:07下载
- 积分:1
-
stepmotor
这是个用矩阵键盘控制步进电机圈数和转速的程序,参数设定在触摸屏上显示(This is a matrix keyboard to control the stepper motor number of turns and speed program parameter settings on the touch screen display)
- 2012-08-13 13:46:23下载
- 积分:1
-
PCB2
基于8051单片机的USB软件狗的原理图及PCB(Based on 8051 USB dongle schematic and PCB)
- 2013-06-17 11:27:44下载
- 积分:1
-
stm32虚拟串口学习
说明: usb虚拟串口,基于usb高速的虚拟串口实验。。。。。。。。。。。(Usb virtual serial port, based on usb high-speed virtual serial port experiment...)
- 2019-06-17 18:00:47下载
- 积分:1