Jump to content
  • 0

Zybo-20/Zynq :AXI Stream FIFO IP not transmitting


Eran Zeavi

Question

zybo-schematics.thumb.png.192bc1b70907e97e23aa1f9d0e08aea9.pngHi, I am working on Zybo-20, trying to run a simple example to stream data from Zynq to the AXI Stream FIFO and back to Zynq 

The code example I am running on the ARM in StandAlone OS: 

https://github.com/Xilinx/embeddedsw/blob/master/XilinxProcessorIPLib/drivers/llfifo/examples/xllfifo_polling_example.c

 

the schematic is in the attachment.

The issue is that when sending the data in TxSend, it waits for transmission complete forever in the loop below :
 

/* Check for Transmission completion */

while( !(XLlFifo_IsTxDone(InstancePtr)) ){

}

 

in other words, transmission never succeeds

 

Any good idea is welcome !

Thanks !

 

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...