搜索资源列表
STM32F-DMA
- * 本文件实现串口发送功能(通过重构putchar函数,调用printf;或者USART_SendData() * 这里是一个用串口实现大量数据传输的例子,使用了DMA模块进行内存到USART的传输 每当USART的发送缓冲区空时,USART模块产生一个DMA事件, 此时DMA模块响应该事件,自动从预先定义好的发送缓冲区中拿出下一个字节送给USART 整个过程无需用户程序干预,用户只需启动DMA传输传输即可 在仿真器调试时,可以在数据传输过程中暂停运行,此时DMA模块并没有停
ADC_DMA
- STM32 实现AD采样及其DMA传输,可以扩展使用串口调试,液晶屏显示-AD sampling and achieve STM32 DMA transfers can be extended using serial debugging, LCD display
dma
- 将利用STM32F4的 DMA 来 实现串口数据传送,并在 TFTLCD 模块上显示当前的传送进度-STM32F4 the DMA will use to achieve serial data transmission, and displays the current transfer progress on TFTLCD module.
dma
- DMA 实现直接存储器存储,用串口方式或者adc方式,比较简单,可通过这个进行拓展-DMA direct memory storage, serial port adc way or manner, relatively simple and can be expanded through this
DMA(basi-on-stm32F4)
- 1.实现了对串口2的操作。 2.利用DMA+空闲中断+串口,完成了对变帧长数据的接收与发送。-1. To achieve the serial port 2 operation. 2. Using DMA+ idle interrupt+ serial port, completed the variable frame data reception and transmission.
DMA
- 利用STM32F4的DMA来实现串口数据传送,并在TFTLCD模块上显示当前的传送进度。-Using STM32F4 the DMA to achieve serial data transfer, and TFTLCD module displays the current transfer progress.
DMA实验nvic
- 用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.)
stm32 串口DMA中断
- 实现stm32 USART串口DMA发送和接收中断;产品可用