搜索资源列表
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
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
USRTA_DMA_Temprue
- stm32系列处理器中DMA、USART和温度传感器的综合应用实例,全面精致。-stm32 series processors in the DMA, USART, and temperature sensor integrated application examples, a comprehensive fine.
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
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!
ADCDMAUSART
- STM32F103ZE ADC DMA USART 温度读取ADC,数值存入DMA,通过USART串口调试显示-STM32F103ZE ADC DMA USART temperature reading ADC, the value stored in DMA, via USART serial debugging display
STM32-USART-DMA-ping-pong-operation
- USART&DMA乒乓操作接收任意长度数据(STM32) STM32 单片机 参考代码 完整工程,可以在阿莫论坛上找到相关讨论帖-USART & DMA ping-pong operation to receive data of arbitrary length. STM32 microcontroller reference code complete works. This code can be found in the discussion thread
STM32-USART-DMA
- DMA独立于CPU的后台批量数据传输能力的串口通讯,控制器用的是stm32-DMA serial communication is independent of the CPU backend batch data transmission capability, the controller is used in stm32
STM32-USART
- 在STM32的参考手册中,串口被描述成通用同步异步收发器(USART),它提供了一种灵活的方法与使用工业标准NRZ异步串行数据格式的外部设备之间进行全双工数据交换。USART利用分数波特率发生器提供宽范围的波特率选择。它支持同步单向通信和半双工单线通信,也支持LIN(局部互联网),智能卡协议和IrDA(红外数据组织)SIR ENDEC规范,以及调制解调器(CTS/RTS)操作。它还允许多处理器通信。还可以使用DMA方式,实现高速数据通信。-In the reference manual of S
STM32_Bipolar-stepper-motor-drive
- STM32双极性步进电机驱动的源代码,完整的功能,库文件。 KEIL下运行-Main function: HAL generic update Fix flag clear procedure: use atomic write operation = instead of ready-modify-write operation |= or &= Fix on Timeout management, Timeout value set to 0 pas
STM32F10x_StdPeriph_Lib_V3.5.0
- ADC examples 3 & 4 updated DEBUG example Example modified to support RIDE specific printf function implementation I2C example5 i2c_ee.c: add the following function prototypes: "void GPIO_Configuration(void)" add "void I2C_C
2016.08.30
- ADC以DMA模式通过usart串口与主机通信 STM32F051(2016.08.30 ADC communicate with the host via the USART serial port in DMA mode, STM32F051.rar)