GithubHelp home page GithubHelp logo

Comments (2)

jeremytrimble avatar jeremytrimble commented on August 22, 2024

I can't be sure but I've seen this sort of thing happen before if your AXI DMA core was configured with a "Width of Buffer Length" register that is too small.

Representing 32*1024 requires at least a 16 bit register. Going up to 64*1024 requires a 17-bit register, but if your AXI DMA was configured for 16 bits then the high-order bits will get truncated and DMA will just see a zero in the buffer length field of your descriptor and that will cause the DMA core to return an error (I think), or maybe just hang.

Have a look at: https://www.xilinx.com/support/documentation/ip_documentation/axi_dma/v7_1/pg021_axi_dma.pdf, page 76.

Hope this helps!

from ezdma.

ericqui avatar ericqui commented on August 22, 2024

That makes sense. I've actually already maximized my buffer length to 23 bits. My address width is 32 bits, all data widths are 32 bits and my max burst size is 256.

from ezdma.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.