11-11-2019 12:33 AM
Hello!
I'm using xdma core in ultrascale+ project. Question is how can I extend window in BARs? I need to extend them to 64 GB window. And I have an issue while writing and reading data frames from PC to board using xdma core via PCIe bus. PCIe driver hangs if size of frame is bigger than 4KB. Why does that happens? In my previius projects with Virtex 7 it was ok with frames bigher than 4KB.
11-14-2019 11:30 PM
PCIe spec. says as "Requests must not specify an Address/Length combination which causes a Memory Space
access to cross a 4-KB boundary."
11-18-2019 04:36 AM
No. This is not about it. If I'm sending frames less than 4K and after reaching totally 4K size of data writing or reading hangs