Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Implementation of AXI UART16550 with RS-422

Status
Not open for further replies.

arminb73

Junior Member level 3
Joined
Nov 9, 2021
Messages
26
Helped
0
Reputation
0
Reaction score
1
Trophy points
3
Activity points
185
Hello,

I am to create a connection between AXI UART16550 and RS-422. I am to use the IP from the Xilinx library but am having a hard time configuring it to do as I want. Would really like to be able to send UART data with different baud rates. How can I accomplish this?

So far my block design in IP Integrator in Vivado looks like the following:

1636467142446.png


Most of these connections have been made automatically, and I have not used any form of "engineering" knowledge.. And I really don't know where it is to be added. :(
 

Hello,

the block design looks OK - it should work. You can made basic configuration in IP Core "AXI_UART". You can configure "AXI_UART" programatically using "M_AXI_GP0" port (by AXI interconnect and slave AXI port "S_AXI" in IP core "AXI_UART". You can package your block design as IP Core and then eksport hardware to Xilinx SDK or Vitis (depending on the Vivado version). Then you have to write software for PS in for example SDK, what is more complicated. One think more it is a good idea to link interrupt fro UART to Zynq PS (and then handle UART interrupt in software).

I can recommend you series of tutorials about AXI bus and Zynq programming (it is very good but all lasts about several hours):


Best Regards
 

Most of these connections have been made automatically, and I have not used any form of "engineering" knowledge.. And I really don't know where it is to be added.
In that case I would say that you do not have a clear picture regarding the design you want to create. Please follow what others have suggested in the above posts.
Your focus should be on Chapter5 and Chapter6 on the docu link posted by ads-ee.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top