搜索资源列表
STM32_USART_DMA
- STM32 USART之DMA传送,测试平台为STM32rct6-The STM32 USART, DMA transfer, the test platform for STM32rct6
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
ourdev_478944
- PLC 测试代码,芯片STM32,测试内容:RAM定位 GPIO PWM Systick RTC ADC DMA EEPROM(24C16) USART 外部中断 -PLC test code, chip STM32, contents of the tests: RAM location GPIO PWM Systick RTC ADC DMA EEPROM (24C16) USART External Inter
communication-between-USART-using-DMA
- This example provides a basic communication between USART1 and USART2 using DMA capability, flags and interrupts.
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..)
USART_DMA_Basic
- stm32 串口通讯使用DMA的例子。使用了ST公司的固件库2.0,mdk-stm32 serial communication using DMA example. Using ST' s Firmware Library 2.0
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.
Usart-DMA
- STM32F407 USART TX&RX DMA
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
ADC-(DMA-mode)
- STM32(ADC采样DMA方式)ADC (DMA方式) 实验中用到了GPIO、RCC、USART、DMA及ADC外设-STM32 (ADC sampling DMA mode) ADC (DMA mode) experiment uses GPIO, RCC, USART, DMA and ADC peripherals
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
dma usart
- MODBUS 实现用DMA方式传输串口数据(MODBUS DMA slave MODBUS DMA slave)
第六个工程-dma-usart
- 在mdk环境下利用stm32 f407单片机实现串口dma功能(To achieve the MDK5 stm32f407 single-chip serial port dma function)
USART_QUICK_START_DMA1
- ATMEL SAML USART QUICK DMA
串口通信+DMA接收不定长数据
- 串口通信+DMA接收不定长数数据,芯片是stmf103,平台是keil4(Serial communication +DMA receives the indefinite long data)