文件名称:DMA
介绍说明--下载内容均来自于网络,请自行研究使用
This example provides a descr iption of how to use a DMA channel to transfer a
word data buffer from memory (Flash) to memory (RAM).
The dedicated DMA channel is configured to transfer once a time a 32 word data buffer
stored as constant in the Flash memory to another buffer in the RAM memory.
The received data are stored in the DST_Buffer.
The DMA channel transfer complete interrupt is enabled to generate an interrupt at
the end of the buffer transfer. As soon as the transfer is completed an interrupt is
generated and in the DMA channel interrupt routine the transfer complete interrupt
pending bit is cleared.
The data counter is stored before and after the transfer to show that all data has been
transfered.
TransferStatus gives the data transfer status where it is PASSED if transmitted and
received data are the same otherwise it is FAILED
word data buffer from memory (Flash) to memory (RAM).
The dedicated DMA channel is configured to transfer once a time a 32 word data buffer
stored as constant in the Flash memory to another buffer in the RAM memory.
The received data are stored in the DST_Buffer.
The DMA channel transfer complete interrupt is enabled to generate an interrupt at
the end of the buffer transfer. As soon as the transfer is completed an interrupt is
generated and in the DMA channel interrupt routine the transfer complete interrupt
pending bit is cleared.
The data counter is stored before and after the transfer to show that all data has been
transfered.
TransferStatus gives the data transfer status where it is PASSED if transmitted and
received data are the same otherwise it is FAILED
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 53607934dma.rar 列表 DMA\listing\DMA.map DMA\listing\cortexm3_macro.lst DMA\listing\stm32f10x_vector.lst DMA\obj\DMA.axf DMA\obj\DMA.htm DMA\obj\DMA.lnp DMA\obj\DMA.plg DMA\obj\DMA.sct DMA\obj\DMA.tra DMA\obj\cortexm3_macro.o DMA\obj\main.crf DMA\obj\main.d DMA\obj\main.o DMA\obj\stm32f10x_dma.crf DMA\obj\stm32f10x_dma.d DMA\obj\stm32f10x_dma.o DMA\obj\stm32f10x_flash.crf DMA\obj\stm32f10x_flash.d DMA\obj\stm32f10x_flash.o DMA\obj\stm32f10x_gpio.crf DMA\obj\stm32f10x_gpio.d DMA\obj\stm32f10x_gpio.o DMA\obj\stm32f10x_it.crf DMA\obj\stm32f10x_it.d DMA\obj\stm32f10x_it.o DMA\obj\stm32f10x_lib.crf DMA\obj\stm32f10x_lib.d DMA\obj\stm32f10x_lib.o DMA\obj\stm32f10x_nvic.crf DMA\obj\stm32f10x_nvic.d DMA\obj\stm32f10x_nvic.o DMA\obj\stm32f10x_rcc.crf DMA\obj\stm32f10x_rcc.d DMA\obj\stm32f10x_rcc.o DMA\obj\stm32f10x_usart.crf DMA\obj\stm32f10x_usart.d DMA\obj\stm32f10x_usart.o DMA\obj\stm32f10x_vector.o DMA\obj\usart1.crf DMA\obj\usart1.d DMA\obj\usart1.o DMA\uvsion\DMA.Opt DMA\uvsion\DMA.Uv2 DMA\uvsion\DMA.plg DMA\uvsion\DMA_Target 1.dep DMA\uvsion\cortexm3_macro.s DMA\uvsion\main.c DMA\uvsion\readme.txt DMA\uvsion\stm32f10x_conf.h DMA\uvsion\stm32f10x_it.c DMA\uvsion\stm32f10x_it.h DMA\uvsion\stm32f10x_vector.s DMA\uvsion\usart1.c DMA\listing DMA\obj DMA\uvsion DMA