搜索资源列表
slac118b
- MSP430FG46xx source code, ADC, CLK, DAC, DMA, USART, USCI
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
DMAandUSART
- DMA、USART的演示,适合新人学习,便于大家使用修改!-DMA, USART presentation, suitable for newcomers to learn, easy to use you change!
usart
- stm32 DMA控制USART发送数据,每隔一段时间发送一次-Stm32 DMA control USART to send data, send once for a while
AD_2_Channel_temp_DMA
- STM32的一个演示例子 其中包括AD两通道采样(一个模拟输入 一个内置温度传感器) DMA传输和USART模块的应用。 代码全部原创 具有很高的参考价值-STM32 a presentation including examples of two-channel AD sampling (one analog input of a built-in temperature sensor) DMA transmission and USART module applications. A
STM32R100DevelopBoardSourceCode
- stm32 ADC,CAN,DMA,Flash,LED,library,NVIC,Project,PWR,RCC,Blinky,SPI,TIM,USART-stm32 ADC,CAN,DMA,Flash,LED,library,NVIC,Project,PWR,RCC,Blinky,SPI,TIM,USART
STM32F-DMA
- * 本文件实现串口发送功能(通过重构putchar函数,调用printf;或者USART_SendData() * 这里是一个用串口实现大量数据传输的例子,使用了DMA模块进行内存到USART的传输 每当USART的发送缓冲区空时,USART模块产生一个DMA事件, 此时DMA模块响应该事件,自动从预先定义好的发送缓冲区中拿出下一个字节送给USART 整个过程无需用户程序干预,用户只需启动DMA传输传输即可 在仿真器调试时,可以在数据传输过程中暂停运行,此时DMA模块并没有停
sample_source_stm32
- STM32F103 example source(ad, dac, usart, dma, etc..)
libraries.2009.1105.1839_v3.1.2
- This files are stm32f10x libs.(ad, da, dma, usart, spi, sdio, i2c, timer, exti, etc...)-This files are stm32f10x libs.(ad, da, dma, usart, spi, sdio, i2c, timer, exti, etc...)
stm32adc2dmausart
- STM32的ADC采集模拟电压,转换结果以DMA方式传输给USART,USART通过串口发送到上位机-STM32 of the ADC analog voltage acquisition, the conversion results mode DMA transfer to the USART, USART to the PC via the serial port
TI-
- ti芯片选型,arm7系列产品选型,带网口,dma,usart,tim,adc等功能-ti chip selection, arm7 series of product selection, with a network port, dma, usart, tim, adc and other functions
USRTA_DMA_Temprue
- stm32系列处理器中DMA、USART和温度传感器的综合应用实例,全面精致。-stm32 series processors in the DMA, USART, and temperature sensor integrated application examples, a comprehensive fine.
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
DMA-for-USART
- 使用ST发布的最新版的驱动库实现使用DMA来进行串口通信-Released the latest version of the ST driver library implementation for serial communication using DMA
STM32_DMA_FIFO_an3109
- st company micro processor stm32f DMA FIFO communication.
adc
- 这个代码是用keil4.22编译成功的。实现的功能是通过dma来读adc,然后通过dma的中断里用串口打印出来。直接显示adc上的电压,要比万用表精确。代码里面总共用过dma,中断,查询这三种方式实现读值。比较强大。-stm32f103vbt6, adc,dma ,usart,
DMA-memory-to-USART
- STM32f103 DMA传输 实现内存数据到串口传输功能-STM32f103 DMA transfers data to the serial port to implement the memory transmission function
NewSTM32F4xx_uCosII
- 基于STM32F4的ucosII移植程序,包含在ucosII下的DMA USART串口发送程序,无CPU干预,直接通过DMA向上位机发送数据!-Based STM32F4 of ucosII transplant procedures contained in ucosII the DMA USART serial transmission program, without CPU intervention, directly by the DMA to send data up crew!
zwh-DMA-usart
- 基于stm32f103zet6的串口DMA通讯,以调试通过,使用的固件库是V3.5-DMA serial communication based stm32f103zet6 to debugging through the use of the library is V3.5 firmware
Usart-DMA
- STM32F407 USART TX&RX DMA