搜索资源列表
SC16C752B
- The SC16C752B is a dual Universal Asynchronous Receiver/Transmitter (UART) with 64-byte FIFOs, automatic hardware/software flow control, and data rates up to 5 Mbit/s (3.3 V and 5 V). The SC16C752B offers enhanced features. It has a Transmission
CMOS_proj2_RTL
- 用上位机UART控制一个十字路口的交通灯的.v文件。包括testbench在内,可用FPGA cycloneII DE270跑仿真。-traffic lights at a crossroads. V file controlled by PC UART. Including testbench , available FPGA cycloneII DE270 run the simulation.
uart
- 电平检测数据采集都是在“ 每位数 据的中间”进行着。在上图中 RX_Pin_In 输入一帧数据,当 detect_module.v 检测到低 电平(起始位), rx_control_module.v 和 rx_bps_module.v 就产生定时(与 RX_Pin_In 的波特率是一致)。然而 rx_bps_module.v 产生的定时是在每个位时间的中间。 在第 0 位数据,采取忽略的态度,然后接下来的 8 位数据位都被采集,最后校验位和停 止位,却是采取了忽略的操作。有一