搜索资源列表
stm32f103_dma
- stm32f103通过DMA来把数据从一个外设ADC传送到另一个外设TIM1.-This project provides a descr iption of how to use a DMA channel to transfer continuously a data from a peripheral ADC to another TIM1 supporting DMA transfer.
ADC1-DMA
- stm32f103 ad da 使用例程-stm32f103 ad da routine
DMA-memory-to-USART
- STM32f103 DMA传输 实现内存数据到串口传输功能-STM32f103 DMA transfers data to the serial port to implement the memory transmission function
usart_DMA
- stm32f103利用DMA进行串口数据接收与存储。-stm32f103 use DMA for serial data reception and storage.
STM32F103-DMA
- 设置STM32的DMA,利用它来实现串口数据传送,并在TFT-LCD模块上显示当前的传送进度,打开串口调试工具,按住轻触开关则可看到界面的信息-Set the STM32 DMA, use it to serial data transmission, and in the TFT-LCD module displays the current transfer progress, open the serial port debugging tool, hold down the touch
ADC_DMA-_USART
- keil下编程,开发板采用STM32F103系列开发板,程序采用DMA通道进行ADC采样,并将采样数据进行转换,用串口输入到电脑超级终端-under keil programming, development board with STM32F103 Series development board, the program uses DMA channel ADC sampling, and sampling data conversion, input to the computer wit
3ADCs_DMA
- stm32f103系列开发板在keil上编程,程序实现3路ADC采样,两路用DMA通道,一路采用中断-stm32f103 series on programming in keil development board, ADC sampling procedures to achieve 3-way, two-way with DMA channels, all the way to the use of interrupt
usart_dma
- STM32F103串口DMA方式 传输数据代码(使用库函数),包含初始化程序和使用- STM32F103 serial DMA transfer the data code (using library functions), including initialization procedures and the use of
STM32-AD-2Channel-DMA
- STM32F103 AD采集 两通道 启用DMA数据传输-STM32 AD 2Channel DMA
串口1,DMA收发
- 基于STM32F103C8T6的串口通信实验,已调测通过(STM32F103C8T6 based serial communication experiment, has been passed through the test)
stm32-ov7670(无fifo)V2.0
- STM32驱动无fifo的摄像头ov7670,输出黑白二值化图像,通过DMA将数据送入LCD,TFT显示图像(STM32 drive without FIFO camera ov7670, output black and white two value image, through the DMA data into the LCD, TFT display images)
全部功能_核心板 - ADC连续转换
- 全部功能_核心板 - ADC连续转换 STM32F103 ADC+DMA 三路连续转换(All of the features of _ core board - ADC continuous conversion STM32F103 ADC+DMA three way continuous conversion)
STM32F103RB_DMA_RX_TX
- //DMA串口发送\接收 //功能描述:可以通过按键进行串口DMA发送,两个按键分别发送不同的东西, //按键定义可以在key.c中查看,发送的长度可以在函数中修改 //串口接收长度可以通过变量RX_DATA_LENTH修改,串口接收后通过USART_SendData函数发送回去(//DMA serial send / receive Function Descr iption: / / can be sent through the serial port DMA keys, two
USART_test
- 库函数实现串口通信,DMA的方式实现串口通信(Serial communication based on library function)
void TIM2_Confi
- 利用STM32实现ADC采集数据,DMA存储傅里叶变换(Fourier transform DMA ADC get data)
多通道AD采集(循环)
- AD多通道轮循采集,并用12864显示,没有采用DMA,另外包含了18B20的读写(AD multichannel wheel collection and 12864 display)
LCD5110_SPI DMA 英文显示
- 诺基亚 LCD5110 英文显示驱动程序 STM32F103 SPI DMA(STM32F103 SPI DMA LCD5110)
USART
- 使用DMA+空闲中断,实现串口的不定长接收(Using DMA+ idle interrupt to realize the indefinite long reception of serial ports)
USART_DMA_Interrupt
- USART_DMA双缓冲接收数据 stm32f103 双缓冲接收数据(stm USART DMA Double buffer receiving data)
stm32程序
- 通过stm32f103实现双通道AD采集数据并以DMA的方式串口发送至上位机(A / D conversion and send the result through serial port by DMA.)