Welcome![Sign In][Sign Up]
Location:
Search - dma in stm32

Search list

[ARM-PowerPC-ColdFire-MIPSDMA

Description: STM32是以Cortex-M3为核的处理器,该例程介绍STM32下如何对DMA进行操作。在许多情况下需要用到DMA,比如USB的批量传输等。-Cortex-M3 based STM32-core processor for the routine introduction STM32 how to operate on the DMA. In many cases the need to use DMA, such as USB bulk transfer.
Platform: | Size: 50176 | Author: 熊刚 | Hits:

[ARM-PowerPC-ColdFire-MIPSAD_2_Channel_temp_DMA

Description: STM32的一个演示例子 其中包括AD两通道采样(一个模拟输入 一个内置温度传感器) DMA传输和USART模块的应用。 代码全部原创 具有很高的参考价值-STM32 a presentation including examples of two-channel AD sampling (one analog input of a built-in temperature sensor) DMA transmission and USART module applications. All original code has high reference value
Platform: | Size: 1155072 | Author: 刘大川 | Hits:

[Embeded-SCM DevelopuCGUI_Touch_Test

Description: 在cortex-m3内核上运行ucos+ucgui,驱动TFT-LCD的源码程序,对研究ucGUI很有用-Cortex-m3 in the running kernel ucos+ ucgui, driver of TFT-LCD source procedures, useful for research ucGUI
Platform: | Size: 850944 | Author: 杰轩 | Hits:

[SCMPWMMusic

Description: 首先要说:是我自己写的你他地方下不到! 这是一个用PWM播放.wav歌曲文件的程序,歌曲本身已经被和代码一起固化到FLASH中了,想要听到美妙的歌曲你只需要把PB0经过一个滤波放大电路接到蜂鸣器或耳机插孔上,并把程序下到你的STM32中运行就可以了。 另外,看看这篇关于PWM播放.wav的文章:http://wmx0901.blog.163.com/blog/static/10320222020097171727367/edit/-First of all, to say: I wrote it myself, he places less than you! This is a PWM player with. Wav files songs, songs and the code itself has been with the curing of the FLASH, and you want to hear the wonderful songs you have to do to go through a filtering PB0 received buzzer amplifier or headphones jack, and the procedures to run your STM32 it. In addition, take a look at this on the PWM player. Wav article: http://wmx0901.blog.163.com/blog/static/10320222020097171727367/edit/
Platform: | Size: 1145856 | Author: wmx0901 | 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:

[SCMSTM32_SPI

Description: STM32 SPI配置例程,适用STM32各种芯片,详细的介绍了 SPI的配置过程。根据例子修改即可应用。-STM32 DAM configuration routine, a variety of chips for STM32, detailed introduction to the DAM in the configuration process. Examples can be modified based application.
Platform: | Size: 9216 | Author: zhuerwei | Hits:

[ARM-PowerPC-ColdFire-MIPSDMA_test

Description: stm32 cortex-m3 dma 例程-stm32 cortex-m3 dma routines
Platform: | Size: 276480 | Author: | Hits:

[SCMstm32adc2dmausart

Description: STM32的ADC采集模拟电压,转换结果以DMA方式传输给USART,USART通过串口发送到上位机-STM32 of the ADC analog voltage acquisition, the conversion results mode DMA transfer to the USART, USART to the PC via the serial port
Platform: | Size: 3072 | Author: 杨善宁 | Hits:

[SCMAD_2_Channel_DMA

Description: STM32例子 AD两通道采样(一个模拟输入 一个内置温度传感器) DMA传输。 -STM32 a presentation including examples of two-channel AD sampling (one analog input of a built-in temperature sensor) DMA transmission
Platform: | Size: 1152000 | Author: 万圣 | Hits:

[SCMstm32

Description: 在STM32的I2C上摔了一跤,测试了官方提供的几个例程和库,都有不同缺陷,也无法弥补: 1、查询方式,在连续读数据的过程中不能中断 2、DMA方式类似,在同一DMA中I2C的级别必须最高,否则同1. 3、中断方式也不能有更高优先级中断I2C,否则同1. 鉴于以上原因,无奈的口线模拟了I2C。(仅仅代表个人看法,欢迎指正) 附件中的项目文件已经过测试,为感谢OUR这几年的帮助,先开源这个小程序-I2C on the STM32' s fall, the official offered few tested routines and libraries, have different defects, can not make up: 1, query methods, in a continuous process of reading the data can not be interrupted 2, DMA similar to at the same level of DMA in the I2C to be the highest, or with 1.3, can not interrupt higher priority interrupt I2C, or with 1. For these reasons, but unfortunately the port line to simulate the I2C. (Only represent my personal views, please correct me) the attached project document has been tested and OUR for the past few years thanks to help, first open the applet
Platform: | Size: 38912 | Author: yongge | Hits:

[Industry research2011-06-27-stm32-pwm-dma-demo

Description: THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE TIME. AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY DIRECT, INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING FROM THE CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS.
Platform: | Size: 144384 | Author: VV | Hits:

[SCMADC--DMA

Description: 实践STM32中的模数转换模块ADC功能以及附带DMA数据读取提高转换速度 ,附有详细的源码-STM32 practice module in the analog-digital conversion ADC with DMA data read function and increase the conversion rate, with detailed source
Platform: | Size: 11264 | Author: 应启昆 | Hits:

[ARM-PowerPC-ColdFire-MIPSSTM32--DMA

Description: 本文件为基于STM32在keil编译环境下对STM32 DMA的功能进行测试程序,工程完整。-This document is based STM32 STM32 DMA function in keil compiler environment under test programs, engineering integrity.
Platform: | Size: 77824 | Author: cxx | Hits:

[SCMSTM32-USART-DMA

Description: DMA独立于CPU的后台批量数据传输能力的串口通讯,控制器用的是stm32-DMA serial communication is independent of the CPU backend batch data transmission capability, the controller is used in stm32
Platform: | Size: 293888 | Author: 朱海兵 | Hits:

[SCMstm32-adc-dma

Description: 在 STM32 中,使用 ADC 时往往采用 DMA 传输方式,由 DMA 把 ADC 外设转换的数据传输到 SRAM,再进行处理,甚至直接把 ADC 的数 据转移到串口发送给上位机.-In STM32, often employ the use of ADC DMA transfer mode, the DMA the ADC peripheral conversion of data to the SRAM, and then processed, or even directly to the number of ADC It is transferred to the serial port to send to the host computer.
Platform: | Size: 4453376 | Author: 何春 | Hits:

[Embeded-SCM DevelopUSART_DMA双缓冲接收数据

Description: STM32基于DMA的双缓冲接收程序,实际使用中提高效率(STM32 double buffering receiver based on DMA, in actual use to improve efficiency)
Platform: | Size: 2132992 | Author: 电工写代码 | Hits:

[VHDL-FPGA-Verilog用串口DMA方式接收发送数据

Description: 在STM32板子与电脑串口助手进行通信,用串口的DMA方式,先接收,再发送到PC端,可以连续接收,通过按键一次发送.(In the STM32 board and computer serial assistant for communication, using the serial port DMA way, first receive, and then sent to the PC terminal, you can receive continuously, sent through the button once)
Platform: | Size: 2217984 | Author: wisdomM | Hits:

[OtherADC1多通道DMA--软件触发

Description: 通过DMA将ADC采集到的多路ADC数据存到内存中,ADC采集通过软件触发。(The data collected by ADC is stored in memory through DMA.)
Platform: | Size: 3506176 | Author: Suns@asd | Hits:

[OtherADC1多通道DMA - 定时器触发

Description: 通过DMA将ADC采集到的多路ADC数据存到内存中,ADC采集通过定时器触发。(The data collected by ADC is stored in memory through DMA.)
Platform: | Size: 4745216 | Author: Suns@asd | Hits:

[ARM-PowerPC-ColdFire-MIPSDMA实验nvic

Description: 用stm32f103控制nand flash,采用DMA方式把FPGA传输过来的数据存到Flash里,输入f1,f2,f3可以实现读取FLASH内容到串口助手。(The NAND flash is controlled by STM32F103, and the data transmitted by FPGA is stored in Flash by DMA way. Input F1, F2, F3 can read FLASH content to serial assistant.)
Platform: | Size: 3067904 | Author: sycist | Hits:
« 12 3 »

CodeBus www.codebus.net