搜索资源列表
USARTDMAV111
- stm32f103下的dma控制uart传送数据,不错的样例-stm32f103 under dma control uart transmit data, a good example
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
DMA_Test
- 基于STM32F103的DMA测试程序。-STM32F103 the DMA-based testing procedures.
TIM1-ADC-USART
- this project use for STM32F103 .it s related to ADC convertion use for external trigger (TIM1_CC1 ), use DMA to tranfer data from memory to periherial , then use USART serial tranfer to PC , to test-this project use for STM32F103 .it s related to ADC
USART_DMAV1
- stm32f103下的dma控制uart传送数据,大家喜欢的就下.-stm32f103 under dma control uart transmit data, we like on the next.
ADC1_DMA
- STM32F103 ADC without DMA
DMA
- Stm32f103 DMA demo example-Stm32f103 DMA demo example功能开发
uart-DMA---USART1---simple-HTTPSERVER-with-a-bug.
- DMA, Wizfi WIFI via serial, STM32F103
STM32-DMA
- 使用STM32F103系列 ARM CORTEX-M3内核CPU对DMA进行读写,涉及STM32控制及DMA读写内容。-Use STM32F103 Series ARM CORTEX-M3 core CPU for DMA read and write, involving STM32 control and DMA read and write content.
DMA-USE-IN-STM32F103-ADC
- DMA方式实现STM32F103的ADC采集-DMA-USE IN STM32F103-ADC
ADC
- 基于STM32F103使用DMA方式采集ADC数据,显示在TFT上,并通过串口发送出去-Send ADC Data to UART, and display the vol value on TFT
ADC_Sample
- 实现STM32_DMA_ADC 多通道采样模型 配置 采样(STM32_DMA_ADC STM32_DMA_ADC sampling)
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.)
双通道ADC采集DMA转换
- 双通道ADC采集DMA转换,双重ADC,吧啦吧啦(Two channel ADC acquisition DMA conversion)
ADC的dma中断采集
- 本人自己编写stm32F103单片机 dmaADC中断采集代码,亲测有用