-
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
-
LibMPSSE-SPI_source
LibMPSSE-SPI_source.zip F232X to SPI源码(LibMPSSE-SPI_source.zip F232X to SPI code)
- 2020-06-15 22:30:02下载
- 积分:1
-
CAN-ZLG
基于周立功CAN的上位机软件,可以实现对CAN的打开,波特率设置,滤波设置,消息发送,消息接受等等。亲测可用。完全可以作为二次开发的资料。(Based ZLG CAN PC software can be achieved on the open CAN baud rate settings, filter settings, the message is sent, the message to accept more. Pro-test available. Can be used as secondary development information.)
- 2021-04-28 14:28:43下载
- 积分:1
-
基于simulink的步进电机控制系统仿真
说明: 步进电机控制及系统仿真,关于步进电机的控制算法等介绍。(Stepping motor control and system simulation.The control algorithm of stepper motor is introduced)
- 2019-01-08 08:22:10下载
- 积分:1
-
BTF350
关于c8051f350所有程序 (All programs on c8051f350)
- 2013-08-20 10:40:29下载
- 积分:1
-
allinKinectv2
集合了kinect2.0所有数据获取,有详细说明,作为基础数据的获取。(Kinect2.0 collection of all data acquisition, there is a detailed description, as a basis for obtaining the data.)
- 2015-03-10 14:25:24下载
- 积分:1
-
msp430单片机的液晶12864的驱动程序
基于msp430单片机的液晶12864的驱动程序简单。。(The driver of LCD 12864 based on MSp430 MCU is simple.)
- 2020-06-18 03:40:01下载
- 积分:1
-
51单片机原理及应用:基于KeilC与Proteus第三版
说明: 一本讲述proteus与51单片机仿真的书(A book about the simulation of Proteus and 51 single chip computer)
- 2019-06-01 17:18:32下载
- 积分:1
-
dds
实现单片机对DDS控制,通过键盘输入频率,并通过LCD显示。(failed to translate)
- 2013-05-05 15:44:45下载
- 积分:1
-
ds18b20
系列语音温度控制器适用于别墅、公寓、办公楼及工业商业等,用于控制中央空调、水采暖、电采暖的恒温控制,达到调节室内温度保持恒温及舒适节能的目的。(The series voice temperature controller suitable for villas, apartments, office buildings and industrial commercial, used to control central air conditioning, water heating, electric heating thermostat control, reach adjust the indoor temperature to maintain constant temperature and comfort energy saving purposes)
- 2013-03-02 10:36:48下载
- 积分:1