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

Search list

[Embeded-SCM DevelopADC(DMA)

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

[Embeded-SCM Develop2-ADC—单通道(DMA读取)

Description: 通过ADC直接进行dma进行读取(单通道)(Through the ADC directly to the dma to read)
Platform: | Size: 6528000 | Author: 我要好好学习 | Hits:

[Embeded-SCM Develop3-ADC—多通道(DMA读取)

Description: stm32103adc通过DMA进行多通道读取(Adc through the DMA for multi-channel read)
Platform: | Size: 6530048 | Author: 我要好好学习 | Hits:

[Embeded-SCM DevelopAD-DMA

Description: 通过DMA把ADC结果存入DMA的RAM中,使用时可以在程序内部直接读取,比EEPROM方便快捷。包含PROTEUS仿真电路图。(Through DMA, the ADC results are stored in the DMA of RAM, and it can be read directly inside the program when using. It is more convenient and faster than EEPROM.)
Platform: | Size: 113664 | Author: 呼啦圈 | Hits:

[Other练习16-DMA+ADC

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

[Otherdma usart

Description: MODBUS 实现用DMA方式传输串口数据(MODBUS DMA slave MODBUS DMA slave)
Platform: | Size: 5728256 | Author: chaoqiang | Hits:

[ARM-PowerPC-ColdFire-MIPSDMA

Description: lpc1768 DMA程序,快速读取外部数据,直到CPU。。。。。。。。。。。(Lpc1768 DMA program that quickly reads external data until the CPU. The The The The The The The The The The)
Platform: | Size: 224256 | 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:

[ARM-PowerPC-ColdFire-MIPSDMA M2M

Description: 嵌入式开发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]; DMA_InitStructure.DMA_DIR = DMA_DIR_PeripheralDST; DMA_InitStructure.DMA_BufferSize = 9;)
Platform: | Size: 2812928 | Author: 郝小元 | Hits:

[SCMtimer+ADC+DMA

Description: 基于STM32F407的程序,实现了通过DMA方式进行ADC采样,并通过定时器定是触发。程序中使用了ADC3-channel0,1,2;通过定时器2触发。程序已在STM32F407开发板上验证。(Based on the STM32F407 program, to achieve the ADC sampling through the DMA, and through the timer is triggered. ADC3-channel0,1,2 is used in the program; triggered by timer 2. The program has been validated on the STM32F407 development board.)
Platform: | Size: 8163328 | Author: guanzhiyuan | Hits:

[OtherSPI_LCD的DMA传输

Description: 在显示刷新时可以不占用CPU运算时间,利用芯片内的DMA做数据通信,节约CPU资源。提高CPU的运行较率。(Achieve large data transfer)
Platform: | Size: 7168 | Author: xugong | Hits:

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

Description: stm32定时器+ADC+DMA+双缓冲 实现数据采集()
Platform: | Size: 1643520 | Author: ~嘻嘻嘻 | Hits:

[Embeded-SCM DevelopADC+DMA+FATFS

Description: 利用DMA模式进行多通道ADC采集并写入SD卡的txt文件。适用于温湿度、压力变送器等。(Use DMA mode for multi-channel ADC acquisition and write SD card TXT file. Suitable for temperature, humidity, pressure transmitter, etc..)
Platform: | Size: 11778048 | Author: TU格格 | Hits:

[Embeded-SCM DevelopDMA加串口1空闲收发数据20170310

Description: 信号数据以DMA转发的形式实现串口转以太网(Data in the form of DMA to achieve serial Ethernet)
Platform: | Size: 9720832 | Author: 卧栏听雨 | Hits:

[SCM【19】DMA PWM WS2812 GPIO输出16组

Description: STM32作为主控芯片,72Mhz,利用DMA+PWM实现驱动WS2812,创建16个并行800kBit / s数据流的想法如下: 使用定时器每1.25us创建一个800kHz的时基和一个DMA请求。 使用2个比较模块在低位时间(350ns)和高位时间(700ns)下创建DMA请求 1.25us DMA请求将GPIO端口的所有位设置为高电平 350ns DMA请求将数据从帧缓冲区传输到GPIO端口。如果该位为0,GPIO引脚将变为低电平,否则将保持高电平。 700ns DMA请求将所有GPIO引脚设置为低电平。 重复步骤1到3,直到发送所有位。 这产生脉冲周期为1.25us,脉冲宽度为350ns或700ns的脉冲流,具体取决于脉冲表示的位值,通过DMA将数据传输到GPIO端口意味着每16个LED每位需要一个字(两个字节)。每个LED 24位,每16个LED 24个字(48个字节)。(The idea to create 16 parallel 800kBit/s data streams is the following: Use a Timer to create an 800kHz time base and a DMA request every 1.25us. Use 2 compare modules to create DMA requests at the low bit time (350ns) and the high bit time (700ns) The 1.25us DMA request sets all bits of the GPIO port high The 350ns DMA request transfers the data from the frame buffer to the GPIO port. If the bit is a 0, the GPIO pin will go low, otherwise it will stay high. The 700ns DMA request sets all GPIO pins low. Repeat steps 1 to 3 until all bits have been transmitted. This creates a stream of pulses with a pulse period of 1.25us and a pulse width of either 350ns or 700ns depending on the bit value the pulse represents. Transferring the data via DMA to the GPIO port means that per 16 LEDs one half word (two bytes) is needed per bit. At 24 bits per LED that makes 24 half words (48 bytes) per 16 LEDs.)
Platform: | Size: 2373632 | Author: spt | Hits:

[Other第六个工程-dma-usart

Description: 在mdk环境下利用stm32 f407单片机实现串口dma功能(To achieve the MDK5 stm32f407 single-chip serial port dma function)
Platform: | Size: 8988672 | Author: 喵喵甜 | 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: stm32 ADC-DMA功能。。。。。。。。。。。。。。(stm32 ADC-DMA function)
Platform: | Size: 585728 | Author: 一期一会618 | Hits:

[DSP programADC+DMA+定时器

Description: 以STM32F1为平台,完成了定时器触发ADC,再采用DMA进行传输的功能。(With STM32F1 as the platform, the timer trigger ADC, and then use DMA to transfer function.)
Platform: | Size: 9524224 | Author: 凌98 | Hits:

[SCMDMA实验亲测可用

Description: STM32的DMA实验,亲测可用。内有详细的讲解文档,很好的学习资料。(The DMA test of STM32 can be used as a parent test. There is a detailed explanation of the document, a good learning materials.)
Platform: | Size: 138240 | Author: starrr | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 50 »

CodeBus www.codebus.net