搜索资源列表
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
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
STM32F-DMA
- * 本文件实现串口发送功能(通过重构putchar函数,调用printf;或者USART_SendData() * 这里是一个用串口实现大量数据传输的例子,使用了DMA模块进行内存到USART的传输 每当USART的发送缓冲区空时,USART模块产生一个DMA事件, 此时DMA模块响应该事件,自动从预先定义好的发送缓冲区中拿出下一个字节送给USART 整个过程无需用户程序干预,用户只需启动DMA传输传输即可 在仿真器调试时,可以在数据传输过程中暂停运行,此时DMA模块并没有停
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
STM32F10X_DEMO_3.5.0
- 基于STMF103ZET6移植最新固件库3.5.0版本,是一个完整的工程,并详细中文注释,包括按键,TFTLCD液晶显示、SPI.USART.I2C,FSMC,DMA,DAC,ADC等常用外设模块文件,完全调试测试通过,可以直接使用哦。-Transplantation based on the latest firmware library STMF103ZET6 version 3.5.0, is a complete project, and detailed notes in Chines
example
- stm32基础例程,各个模块,比如gpio,USART,DMA等-stm32base example
firmware
- STM32F103RC的ADC采集程序,用到DMA 和USART-STM32F103RC sampling code ,with DMA and USART
usart1_dma
- test program usart dma
usart.c
- STM32串口的DMA中断模式,方便数据的传输,提高CPU的利用率-Utilization STM32 serial DMA interrupt mode, convenient transfer of data to improve the CPU
STM32F4xx_StdPeriph_Driver
- STM32F4xx_StdPeriph_Driver是用于ST公司的ARM-Cortex M4系列单片机编程的底层驱动库,包含了基本的GPIO, ADC, SPI, USART, DMA, DAC等外设的配置函数。-STM32F4xx StdPeriph Driver is used for ST s ARM- the Cortex M4 series microcontroller programming the underlying Driver library, contains the
hw
- STM32底层配置程序,主要包括I/O,USART,DMA等-STM32 underlying configuration procedures, including I/O, USART, DMA, etc.
usart_frame
- usart 用dma传输数据,采样中断方式处理,溢出错误处理-DMA transmission data with USART, sampling interrupt handling, overflow error handling
USART_QUICK_START_DMA1
- ATMEL SAML USART QUICK DMA
stm32 串口DMA中断
- 实现stm32 USART串口DMA发送和接收中断;产品可用