搜索资源列表
iar 官方stm32虚拟串口例程
- iar 官方的虚拟串口程序,使用stm32f103zet6,含windows安装文件
在 STM32 上实现 USB CDC 虚拟串口
- Keil MDK 工程版本,通过 STM32 的 USB 端口在 PC 上虚拟一个 COM 口,当虚拟成功后,可通过串口调试软件发送控制命令,同时输出调试信息.内附源程序.
4_Uart25FDMA STM32的串口DMA程序设计
- STM32的串口DMA程序设计,很详细的关于串口和DMA的配置-STM32 of serial DMA design program, very detailed about serial ports, and DMA configuration
STM32.RAR
- STM32所有开发例子程序.RAR GPIO_out 8个led闪烁 注意:接跳线D1_CS, D2_CS, LCD 液晶上显示英文字符 LCD_汉字 液晶上显示汉字 LCDBMP 液晶上显示图片 ADC 液晶上显示采的电压值 SDcard SD卡上建立一个文件 UART 串口发送字符在液晶上显示 RTC 液晶上显示时间 ExIRQ 外部中断,S2给中断信号 Timer 定时 CAN CAN总线-STM32 ex
Armfly-STM32-SCH-SoftDemo
- 非常不错的一款STM32开发板资料。 含原理图、用户手册、各类例程:USB虚拟串口、TFT显示例程、U盘例程、TCP通信、uCOS例程、MP3解码、步进电机例程等。有KEIL和IAR两套例程。 -A very good STM32 development board. Including schematics, user manual, all kinds of routines: USB virtual serial ports, TFT display routines, U d
stm32_uart
- STM32系列的串口程序,STM32给予CONTEX-M3内核的程序还是很少的-STM32 series of serial procedures, STM32 given CONTEX-M3 core program or as little of
USART_test
- STM32的串口例程,使用ST的V2.0版固件库,开发平台为MKD。-STM32 serial routines, use the ST version of the V2.0 firmware libraries, the development platform for the MKD.
WORM_UART_520
- STM32 IAR5.20版本的,串口测试程序,已经测试通过-STM32 IAR5.20 version, serial test procedure has been tested
stm32slve
- STM32串口利用定时器中断接受不同的帧的程序,希望能对大家有帮助-STM32 serial port using the timer interrupt to accept a different frame of procedures in the hope you can help
STM32
- 自制STM32开发板实现了ENC28J60网络,LCD,蓝牙串口,SD卡-Home STM32 development board implements ENC28J60 network, LCD, Bluetooth serial port, SD card
USART_Interrupt
- stm32串口通讯例子,工作在中断方式,将接收到的数据再通过串口发送-stm32 serial communication example, work in the interrupt mode, the received data and then sent through the serial port
ALIENTEK-MINISTM32-3
- ALIENTEK MINI STM32 串口通信程序-ALIENTEK MINI STM32 serial communication program
4_串口实验
- STM32 通过串口和上位机的对话,在收到上位机发过来的字符串后,原本返回给上位机。(STM32 through the serial port and the host computer dialogue, after receiving the host computer sent string, originally returned to the host computer.)
串口通讯
- 实现STM32串口通讯,以及OLED显示。(STM32 serial communication, and OLED display. Platform for keil DMK, engineering can be compiled to run.)
USART—USART2指令控制RGB彩灯
- 基于STM32平台实现串口收发功能,帮助构建新的项目(Realizing the function of serial port and sending)
GS-1手势识别传感器
- 基于STM32芯片的开发,通过串口发送命令,去控制手势芯片。(Use a serial port to control the gesture chip.)
stm32f10x串口固件升级IAP(附加usb虚拟串口)
- 在原有的stm32的串口iap功能的基础上增加了USB虚拟串口功能,这样就可以直接用usb接口连接pc进行固件下载
STM32+W5500串口
- 本例程使用STM32为控制器,w5500用于链接网络设备。移植串口1进行数据打印,定时器4进行准确定时。
stm32 串口DMA中断
- 实现stm32 USART串口DMA发送和接收中断;产品可用
stm32串口DMA收发示例
- 通过开启STM32dma,自动收发串口数据,不用内核处理,增加mcu处理效率