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.

Communication UART KRIA KV260

Nad_fad

Newbie
Joined
May 31, 2023
Messages
3
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
33
Hi

I would like to make a UART communication on my Xilinx board. In fact I looked at a lot of forums but nothing helped me or it was too old because instead of the SDK now there is Vitis. So I'd like to do UART communication on my card, i.e. send data internally on TX and receive data or a sentence internally on RX on a terminal, but all the designs in Vivado I've made haven't worked. If any of you would like to help me, please do!

Have a nice day!
 
you don’t need sdk to create a uart. there are thousands of examples out there. just do a search like “VHDL UART”

Just saying ‘what I’ve made doesn’t work’ is a useless comment.
 
Hi

I would like to make a UART communication on my Xilinx board. In fact I looked at a lot of forums but nothing helped me or it was too old because instead of the SDK now there is Vitis. So I'd like to do UART communication on my card, i.e. send data internally on TX and receive data or a sentence internally on RX on a terminal, but all the designs in Vivado I've made haven't worked. If any of you would like to help me, please do!

Have a nice day!

For the Kria the UART is already built in. This is the nearest I could find that you might find helpful.
See the last sentence under 'Introduction' for the above project.

Some others simple projects using Kria to get started:

See the project from www.adiuvoengineering.com. You can use a similar concept to build your own UART, use same Pmod port, and just use two pins of it, one for UART rx and the other for UART tx . Connect it externally using a simple wire, and you can snd out UART data and receive them on the board.

The Kria is really meant for experienced developers for heavy duty tasks. Probably that is why you do not have a Hello World example design using UART communication anywhere on the internet.
If you are an experienced engineer, you should be able to figure out yourself how to use the Kria to deploy your design using the examples available on the internet. If you are a young professional in this domain, this is NOT the best board to begin with!
 
Last edited:
For the Kria the UART is already built in. This is the nearest I could find that you might find helpful.
See the last sentence under 'Introduction' for the above project.

Some others simple projects using Kria to get started:
https://zaza-casino.bet/
See the project from www.adiuvoengineering.com. You can use a similar concept to build your own UART, use same Pmod port, and just use two pins of it, one for UART rx and the other for UART tx . Connect it externally using a simple wire, and you can snd out UART data and receive them on the board.

The Kria is really meant for experienced developers for heavy duty tasks. Probably that is why you do not have a Hello World example design using UART communication anywhere on the internet.
If you are an experienced engineer, you should be able to figure out yourself how to use the Kria to deploy your design using the examples available on the internet. If you are a young professional in this domain, this is NOT the best board to begin with!
That's a good point. I would also recommend consulting the official Xilinx documentation
 

LaTeX Commands Quick-Menu:

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top