搜索资源列表
stm32UART.rar
- STM32(Cortex-m3)UART串口MDK 3.4例程,STM32 (Cortex-m3) UART serial routines MDK 3.4
WORM_UART_INT.rar
- stm32 uart通信+含按键(支持多键同时按下))+蜂鸣器+1602lcd,stm32 uart communications+ with keys (support for multi-key are pressed together))+ buzzer+1602 lcd
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
CAN-example
- STM32实现CAN总线的源程序,已经调试通过,非常难得的源代码-STM32 CAN-bus source, has to debug through, and very rare source code
UART
- stm32,实现简单的串口实验及串口中断-failed to translate
stm32-example
- keil程序,入门必看的程序。如闪灯,键盘,uart-Good stm32-example for bigginers.
TEST_RVMDK
- 本示例程序是STM32的一个综合测试程序,主要演示了GPIO、TIMER、NVIC、UART等功能-STM32 this example program is a comprehensive test procedure, the main demonstration of the GPIO, TIMER, NVIC, UART functions
Uart
- STM32单片机中串口测试程序,型号STM32F103RB。-STM32 MCU serial test procedure
STM32-UART-OK
- STM32F103R8T6 串行中断接收程序,GPIO控制程序。IAR版本5.30-STM32F103R8T6 serial interrupt source code
stm32demo
- STM32系列DEMO程序,测试各接口,UART,CAN ,LCD,MOTOR,-STM32 serals DEMO software such as UART,CAN ,LCD,MOTOR,
10.1---UART
- stm32 arm的串口应用 例子程序 开发环境 keil-stm32 arm uart application example development and keil dev soft
UART--Stm32
- stm32F410X UART例程,很好的Stm32F410X学习资料-Stm32F410X UART routines, very good stm32F410X learning material
UARTtoSPI-Synchronous
- Covert SPI to UART STM32 code
Printf-UART-DMA-STM32
- printf dma uart STM32
uart
- FPGA串口通信能在实现字符数据传输,与stm32中的串口通信类似(FPGA serial communication, in the realization of character data transmission, and STM32 serial communication similar)
UART
- 基于STM32L452RET6的UART例程函数(UART routine function based on STM32L452RET6)
UART带数据队列
- stm32F103串口通信UART带数据队列(Stm32F103 serial communication UART with data queue)
STM32F103VET6 UART
- Control 4 channel USART STM32
uart[1and2]
- 同时使用STM32两个串口的接收与发送。串口1,串口2,共存且接受采用定时器中断超时,5ms未接收到数据认为本次接收结束(uart1 work with uart2)
UART
- 对STM32系列的多个串口进行编程,均采用DMA传输替代查询方式发送,克服被高优先级中断而产生丢帧现象。程序使用非常方便,只需在文件头部更改下define就可以灵活切换各串口,具体串口功能的实现也只要在接收函数中处理就可以了,不需要更多的关注具体中断和硬件。案列中设定了调试输出串口,以及实现串口透传。(Programming for multiple serial ports of STM32 series, all of them are transmitted by DMA transmis