当前位置:   article > 正文

Xilinx学习-AXI UART Lite v2.0_ip核axi_uartlite

ip核axi_uartlite

一、概述

AXI UART( Universal Asynchronous Receiver Transmitter) Lite IP核实现串口数据收发,支持AXI-Lite接口,全双工,16字节FIFO,5-8数据位,奇偶或无校验,波特率可配置(只能在Vivado或ISE中配置)。

二、框架

在这里插入图片描述

RX:UART RX引脚—>Receive Data FIFO
TX:Transmit Data FIFO—>UART TX引脚
BRG:Baud Rate Generator(只能在Vivado或ISE中配置
Interrupt Control:中断使能控制。如果使能,Receive Data FIFO非空或Transmit Data FIFO清空时,触发(rising-edge sensitive)中断。

三、时钟

在这里插入图片描述

四、资源利用

在这里插入图片描述

五、信号

在这里插入图片描述在这里插入图片描述

SLVERR:传输过程中slave返回的响应:无法处理或内部错误

六、寄存器

在这里插入图片描述

RX FIFO:When a read request is issued to an empty FIFO, a bus error (SLVERR) is generated and the result is undefined. The RX FIFO is a read-only register. Issuing a write request to this register has no effect.

在这里插入图片描述

TX FIFO:When a write request is issued while the FIFO is full, a bus error (SLVERR) is generated and the data is not written into the FIFO. This is a write-only location. Issuing a read request to the transmit data FIFO generates the read acknowledgement with zero data.

在这里插入图片描述

Control Register (CTRL_REG): This is a write-only register. Issuing a read request to the control register generates the read acknowledgement with zero data.

在这里插入图片描述

Status Register (STAT_REG):The status register contains the status of the receive and transmit data FIFOs when interrupts are enabled and errors are present. This is a read-only register. A write to this register has no effect.

在这里插入图片描述

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/花生_TL007/article/detail/461685
推荐阅读
相关标签
  

闽ICP备14008679号