搜索资源列表
dma
- nios的dma操作。片上存储器间的数据传输
DMA
- STM32是以Cortex-M3为核的处理器,该例程介绍STM32下如何对DMA进行操作。在许多情况下需要用到DMA,比如USB的批量传输等。
STM32_TFTOscilloscope
- 基于stm32的TFT示波器 ADC采集,DMA传输,实现在TFT上的波形显示-stm32 TFT oscilloscope
STM32f103-ADC-USART
- STMicroelectronics 32 用ADC模块采集两路信号并通过USART模块送出 * 设置ADC1的常规转换序列包含CH10和CH16(片内温度传感器) * 设置了连续转换模式,并使用DMA传输-STMicroelectronics 32 ADC module with the acquisition of two signals sent through the USART module* set ADC1 conventional conversion sequence
AD_2_Channel_temp_DMA
- 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. A
DMA
- ARM9嵌入式系统中进行DMA通道的数据传输,在DMA传输中,利用了中断,主要是DMA中断。在此函数的实现过程中,包含了很多信息有通道数、源地址、目的地址、传输数据大小、传输单元以及方式等。-ARM9 embedded system DMA channel for data transmission, the DMA transfer, the use of interrupted, mainly DMA interrupt. The realization of this function i
ADC_dam_9
- STM32非固件库,实现功能:ADC通过DMA传输-Non-STM32 firmware library, implementation features: ADC through the DMA transfer
STM32F-DMA
- * 本文件实现串口发送功能(通过重构putchar函数,调用printf;或者USART_SendData() * 这里是一个用串口实现大量数据传输的例子,使用了DMA模块进行内存到USART的传输 每当USART的发送缓冲区空时,USART模块产生一个DMA事件, 此时DMA模块响应该事件,自动从预先定义好的发送缓冲区中拿出下一个字节送给USART 整个过程无需用户程序干预,用户只需启动DMA传输传输即可 在仿真器调试时,可以在数据传输过程中暂停运行,此时DMA模块并没有停
mian
- STM32中DMA传输,实现两块内存间的拷贝-STM32, the DMA transfer, to achieve two memory copies between
DMAtest
- 基于STM32单片机的DAM串口通信实验,传输成功后将会有提示信息-STM32 MCU the DAM serial communication experiment, the transmission success will be followed by message
DMA
- STM32F103VCT6的DMA(M2M)传输-STM32F103VCT6 DMA (M2M) transmission
DMA
- msp430用DMA传输数据,很好用的代码-msp430 DMA to transfer data, a good code. . .
44b0_audio
- 44b0的音频测试程序,使用dma传输,可以作为三星44b0的dma的例程-44b0 audio test procedures, use dma transfer, as dma routines
Timer-ADC-P-DMA-transfers
- 定时器触发扫描模式ADC+DMA传输(寄存器版本)-failed to translate
dma
- ARM9处理器三星2410应用DMA传输 实现DMA方式内存到内存的拷贝动作,修改DMA设置并比较其工作效率,-Samsung 2410 ARM9 application processor to implement DMA DMA transfer mode memory to memory copy operation, modification DMA settings and compare their work efficiency,
STM32F746-DMA
- 这stm32f746代码描述了如何使用DMA传输 一个字的数据缓冲区从闪存的嵌入式SRAM存储器通过 HAL API。-This STM32F746 code provides a descr iption of how to use a DMA to transfer a word data buffer FLASH memory to embedded SRAM memory through the HAL API.
wm8978-dma--i2s
- WM8978 音乐播放实验 带DMA传输功能 I2S CE经测试-DMA transfer function I2S WM8978 music player has been tested with experiments
DMA-run
- 使用DMA把内存数据传输到串口。 学习目的:学会使用DMA传输数据,减少CPU工作量。-Memory using DMA to transfer data to the serial port. Learning Objective: Learn to use DMA to transfer data and reduce the CPU workload.
DMA M2M
- 嵌入式开发DMA程序,进行寄存器和寄存器之间的数据传输。(RCC_AHBPeriphClockCmd(RCC_AHBPeriph_DMA1,ENABLE); DMA_DeInit(DMA1_Channel3); DMA_InitStructure.DMA_PeripheralBaseAddr = (u32)TIM3_CCR3; DMA_InitStructure.DMA_MemoryBaseAddr = (u32)&PWM_Buf[0];
ADC-- DMA实验
- STM32进行ADC高速采样同时进行DMA传输的源代码(High speed-sampling for STM32, with data transmiting using DMA function)