搜索资源列表
fet140_spi1_04
- MSP-FET430P140 Demo - USART1, SPI Full-Duplex 3-Wire Master P1.x Exchange-MSP-FET430P140 Demo-USART1. SPI Full-Duplex 3-Wire Master P1.x Exchange
STM32serial-port2DEMO-V3
- 演示 USART1 当接收缓冲器满时,将接收到的数据传送出去V6-LED1闪烁表示正在收发数据。-When the receive buffer USART1 demo full, will receive the data transmitted V6-LED1 flashes that are sending and receiving data.
USART2
- USART0 and USART1 - AVR
DMA-demo
- STM32F103VET6的DMA实验使用CPU和DMA搬移相同的数据,比较时间,时间通过USART1输出-STM32F103VET6 DMA experiments use of CPU and DMA to move the same data, the comparison time, time through USART1 output
printfand-scanf
- 这部分代码是使用函数的重定向使printf函数输出到usart1-This part of the code is the printf function using the function redirect output to usart1
UART2receive-and-UART1-send
- STM32 中使用USART2中断接收,让后USART1使用DMA的方式发送出去-Used in the STM32 USART2 interrupt receiving, let USART1 using DMA way after send out
ALIENTEK-MINISTM32-DMA
- 本实验将实现如下功能:利用外部按键KEY0来控制DMA的传送,每按一次KEY0,DMA就传送一次数据到USART1,然后在TFTLCD模块上显示进度等信息。DS0还是用来做为程序运行的指示灯。-The experiment will achieve the following functions: external buttons to control the DMA transfer KEY0, every time KEY0, DMA will send a data to USART1,
USART1
- SMT32 usart1(非阻塞) 中断接收,DMA发送
STM32F105-CAN
- STM32F105 1、本双CAN开发板选用意法半导体的Cotex-M3的STMF105RBT6 ,内核72MHz,外设丰富,具有USB ,2 个CAN控制器等。 2、本开发板接口丰富,具有1路USART接口(USART2,USART1被USB接口占用了),2 路CAN接口(采用NXP 的TJA1040 收发器),4 个LED 灯,复位按键,大量IO预留输出。仿真调试口采用SWD口,接口简单,可释放更多IO口使用。两路CAN均有保护电路,120Ω终端电阻跳线选择。一路USB接口,可用于USB
DHT11温湿度传感器
- DHT11温湿度传感器可以实现与STM32F103RC之间的数据传输,通过串口USART1进行显示。