Xilinx / embeddedsw

Xilinx Embedded Software (embeddedsw) Development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

axivdma driver is missing Example

Bethexone opened this issue · comments

vitis 2023.2 vitis unifed IDE
在C:\Xilinx\Vitis\2023.2\data\embeddedsw\XilinxProcessorIPLib\drivers\axivdma_v6_14\examples\readme.txt中明确提供了3个例程文件,但是在vitis unifed IDE中只显示了一个
XilinxProcessorIPLib/drivers/axivdma/examples/CMakeLists.txt

Hi @Bethexone There are only two examples for VDMA - selftest and interrupt. The former is visible in your screenshot. The latter requires an interrupt to be connected in the design. Can you please check your design to make sure a valid interrupt is connected to GIC or INTC controller?