搜索资源列表
STM32chuankoulicheng(DMA)
- 利用纯软件仿真的功能调试STM32的DMA串口收发的步骤【文件】STM32串口例程(DMA接收发送)-Function using pure software simulation of the DMA serial transceiver STM32 debug steps】 【file STM32 serial routines (DMA receive messages)
main
- STM32 使用DMA串口收发,外加环形队列(fifo),可以应用到大量数据收发。-STM32 DMA serial transceiver, plus a circular queue (the fifo) can be applied to large amounts of data to send and receive.
STM32freeRTOS
- 在stm32的cpu上移植freertos操作系统,程序在freertos基础上实现了,按键扫描,led灯控制,串口收发处理,定时器中断程序等功能。使用MDK打开工程文件即可。-Stm32 on the cpu transplant freertos operating system, the program freertos based on realized, key scan, led lamp control, serial port transceiver processing, fu
STM32-USART
- STM32USART通讯:通过配置串口参数,使能串口时钟,配置串口接收中断,以实现串口收发-Configure the serial port parameters, enable the serial clock, configure the serial port receive interrupt serial transceiver
chuankoushoufa
- stm32 串口 05.串口收发—中断方式(神舟III号)
STM32-Template
- STM32快速开发模板,可直接添加程序,开发环境MDK,里面集成了串口收发和LED灯闪烁,自己编译开发,原创代码,亲测可用。-a template to develop STM32 software program.
STM32-USART-send-and-receive-data-
- 本程序目的是提供使用stm32串口收发一帧数据的一种方法,采用中断方式接受和发送,每进一次中断接收或发送一字节,可以实现pc机与板子通信或板子与板子间通信。注意本程序中外接高速晶振为12M赫兹,而大部分板子为8M赫兹,本程序所用芯片是stm32RBT6-The purpose of this procedure is to provide a method of using STM32 serial port to send and receive a data, using interrupt
Myusart
- stm32串口收发控制LED灯显示,采用中断方式-stm32 serial transceiver control LED lights display
The-program-of-STM32--serial-port-
- 简单的STM32单片机串口收发程序,方便实用,适合初学者使用-Simple STM32 microcontroller serial transceiver procedures, convenient and practical, suitable for beginners
stm32
- IO口使用,三个串口收发,双定时器的使用,串口中断、定时器中断等。-IO port to use, three serial port transceiver, dual timer, serial port interrupt, timer interruption.
USART1接发
- 串口控制数组的发送,代码主要写在中断里,通过了(Serial control array sent, the code is mainly written in the interrupt)
STM32串口实验
- STM32单片机串口初始化配置,实现STM32串口收发(STM32 microcontroller serial initialization configuration, to achieve STM32 serial transceiver)
STM32F103RC 串口实验UART4
- 进行串口收发,及匹配两个串口手机做出处理(Serial transceiver, and matching two serial phones to handle)
USART—USART2指令控制RGB彩灯
- 基于STM32平台实现串口收发功能,帮助构建新的项目(Realizing the function of serial port and sending)
stm32单片机通过USART1 收发数据
- stm32单片机通过USART1 收发数据通过串口调试软件,向板子发送数据,板子接收到数据后,立即回传给电脑。 库版本 ST3.0.0(STM32 MCU through the USART1 data through the serial debugging software to send data to the board, the board receives the data, immediately back to the computer. Librar
14. USART串口通信实验
- 实现串口收发功能,单片机为STM32,串口通信实验(Serial transceiver function, MCU STM32, serial communication experiment.)
STM32单片机串口收发程序
- 基于STM32F103的hc-05蓝牙串口收发程序(Hc-05 Bluetooth serial transceiver based on STM32F103)
串口实验
- STM32F103串口收发中断实现,STM32 通过串口和上位机的对话,STM32 在收到上位机发过来的字符串后,原原本本的返回给上位机。(STM32F103 serial port transceiver interrupt realization, STM32 through the serial port and the upper computer dialogue, STM32 after receiving the string from the upper computer, th
stm32串口DMA收发示例
- 通过开启STM32dma,自动收发串口数据,不用内核处理,增加mcu处理效率
基于STM32的串口通信下载软件
- 一款适用于ARM的串口通信下载软件,可以调整波特率等参数,并支持查看收发数据。