Welcome![Sign In][Sign Up]
Location:
Search - DMA ADC stm32

Search list

[ARM-PowerPC-ColdFire-MIPSSTM32F10x_ADC_AN

Description: STM32的ADC代码例程,有5个例子,分别说明了采用查询、中断、DMA等方式的ADC程序。-STM32 of ADC code routines, there are five examples, respectively, using inquiry, interrupt, DMA, such as the ADC program.
Platform: | Size: 43008 | Author: caoyingchun | Hits:

[ARM-PowerPC-ColdFire-MIPSSTM32_ADC

Description: STM32 ADC 例程,有DMA通道数据传输模式,有中断模式等。-STM32 ADC routines, and DMA channel data transfer mode, a disruption of pattern and so on.
Platform: | Size: 43008 | Author: 王义 | Hits:

[ARM-PowerPC-ColdFire-MIPSdma_adc

Description: stm32下实现adc 16通道检测代码例子,已经测试可以检测正确了-adc 16 under stm32 channel detection code examples have been tested can detect the correct
Platform: | Size: 2048 | Author: 吴名 | Hits:

[ARM-PowerPC-ColdFire-MIPSADC_dam_9

Description: STM32非固件库,实现功能:ADC通过DMA传输-Non-STM32 firmware library, implementation features: ADC through the DMA transfer
Platform: | Size: 53248 | Author: 发个 | Hits:

[SCMstm32_adc

Description: 此程序是基于STM32的AD应用程序,我们在这里设置ADC为连续转换模式,常规转换序列中有两路转换通道,分别是ADC_CH10(PC0)和ADC_CH16(片内温度传感器)。因为使用了自动多通道转换,数据的取出工作最适合使用DMA方式取出,so,我们在内存里开辟了一个u16 AD_Value[2]数组,并设置了相应的DMA模块,使ADC在每个通道转换结束后启动DMA传输,其缓冲区数据量为2个HalfWord,使两路通道的转换结果自动的分别落到AD_Value[0]和AD_Value[1]中。   然后,在主函数里,就无需手动启动AD转换,等待转换结束,再取结果了。我们可以在主函数里随时取AD_Value中的数值,那里永远都是最新的AD转换结果。   如果我们定义一个更大的AD_Value数组,并调整DMA的传输数据量(BufferSize)可以实现AD结果的循环队列存储,从而可以进行各种数字滤波算法。-This program is based on the STM32 processor AD debugging applications, we are here to set the ADC for continuous conversion mode, conventional two-way conversion sequence are converted channels, respectively ADC_CH10 (PC0) and ADC_CH16 (on-chip temperature sensors). Since the use of an automatic multi-channel conversion, data, work out the most appropriate way to use DMA out, so, we have opened up in memory of a u16 AD_Value [2] array, and set the corresponding DMA module, so that each channel ADC conversion After the start the DMA transfer, the buffer data for the two HalfWord, so that the conversion results of two-way channels were automatically fall AD_Value [0], and AD_Value [1] in the. Then, in the main function, where is no need to manually start the AD conversion, to wait for the end of conversion, and then take the result. We can readily accessible in the main function where the value of AD_Value, there is always the latest AD conversion results. If we define a larger arra
Platform: | Size: 4096 | Author: 韩武纪 | Hits:

[uCOSSTM32R100DevelopBoardSourceCode

Description: stm32 ADC,CAN,DMA,Flash,LED,library,NVIC,Project,PWR,RCC,Blinky,SPI,TIM,USART-stm32 ADC,CAN,DMA,Flash,LED,library,NVIC,Project,PWR,RCC,Blinky,SPI,TIM,USART
Platform: | Size: 4893696 | Author: | Hits:

[OtherSTM32

Description: stm32电子书,好不容易找到的,一起分享吧-stm32 e-book, hard to find, and share it
Platform: | Size: 7042048 | Author: zhangyao | Hits:

[ARM-PowerPC-ColdFire-MIPSSTM32-DMA

Description: 浅谈STM32的DMA模块的使用, DMA是STM32中一个独立与Cortex-M3内核的模块,有点类似与ADC、PWM、TIMER等模块-[NO ENGLISH]
Platform: | Size: 519168 | Author: yyy | Hits:

[ARM-PowerPC-ColdFire-MIPSADC_DMA

Description: STM32F10X ADC DMA操作实例,STM32例程包之一-STM32F10X ADC DMA operation instance, STM32 routine one package
Platform: | Size: 1038336 | Author: sddp001 | Hits:

[Other Embeded programSTM32ADCsample

Description: 使用STM32如何采集单个通道的模拟输入,通过模数转换器(ADC)将模拟量转化为数据,并通过DMA把数据转移到内存中。-STM32 how to use a single channel analog input acquisition by ADC (ADC) will be converted to analog data and the data transferred by DMA to memory.
Platform: | Size: 13312 | Author: zhy0205 | Hits:

[ARM-PowerPC-ColdFire-MIPSstm32-adc-DMA

Description: 用stm32f103实现adc多路输入,并使用到dma-Adc with stm32f103 achieve multi-channel input, and use the dma
Platform: | Size: 4447232 | Author: 刘飞 | Hits:

[ARM-PowerPC-ColdFire-MIPSDMA

Description: 使用了DMA,实现了STM32 ADC的多通道采集,准确快速,不丢失数据-Use the DMA
Platform: | Size: 525312 | Author: 王婷婷 | Hits:

[ARM-PowerPC-ColdFire-MIPSADC_TEST

Description: STM32,ADC采样程序,TIM定时触发,DMA传输,并且串口通信-rerefd fdsgdfgfghgddfhdf
Platform: | Size: 402432 | Author: 欧阳晓宇 | Hits:

[SCMADC

Description: STM32使用ADC程序(包括DMA与中断实现方式)-STM32 use of the ADC program (including DMA and interrupt implementation)
Platform: | Size: 16739328 | Author: 在啊 | Hits:

[ARM-PowerPC-ColdFire-MIPSGPIO_adc_dac_dma

Description: STM32 ADC/DAC/DMA设置,开发环境IAR5.4-STM32 ADC/DAC/DMA settings, the development environment IAR5.4
Platform: | Size: 574464 | Author: 高凯 | Hits:

[OtherADC

Description: stm32 adc 程序 DMA 的 ADC-stm32 adc ADC program the DMA
Platform: | Size: 1349632 | Author: | Hits:

[Other Embeded programSTM32-ADC

Description: STM32开启DMA进行ADC转换,并透过串口上传转换的数据,-STM32 open the DMA ADC conversion and uploading data through serial conversion,
Platform: | Size: 457728 | Author: 孙中山 | Hits:

[Embeded-SCM DevelopADC(DMA)

Description: 基于DMA的ADC转换, 嵌入式开发过程中常用基础程序(The ADC converter code for STM32)
Platform: | Size: 1583104 | Author: freddycs1985 | Hits:

[Other练习16-DMA+ADC

Description: 多通道采集,STM32的ADC和DMA,已经调试完毕(Multi-channel acquisition)
Platform: | Size: 698368 | Author: 穆天成 | Hits:

[Embeded-SCM Developstm32定时器+ADC+DMA+双缓冲 实现数据采集

Description: stm32定时器+ADC+DMA+双缓冲 实现数据采集()
Platform: | Size: 1643520 | Author: ~嘻嘻嘻 | Hits:
« 12 3 4 5 6 7 »

CodeBus www.codebus.net