Hi, I am a beginner with this Ultrascale+ ZCU106 board, and while I was building a program, I found that segmentation fault has been occurred.
I am now trying to test basic AXI interface between PS and PL section of the board.
I have built the hardware design with custom IP, and built the vitis application.
I was trying to generate begin signal and see it works in PL area.
Our AXI base address is 0xA0000000 in this code.
I also have tried to fix something on device tree, but it still does not work.
Here is a picture of my Vitis code, Vivado block design and the error code while executing .elf file.
Please let me know how to solve this problem.