Hi all,
I created a Hello World FreeRTOS project in Vitis 2023.2 which works fine with xil_printf running with FreeRTOS timers. However, when I try to initialise AXI GPIO using the Xilinx libraries supplied in the demos, it crashes on calls to Xil_Out32 and Xil_In32. However if I build the peripheral_test example, everything works correctly. I've been over the differences between the two but I can't find anything. Even if I copy the code from the peripheral_test to my code, it doesn't work. I have checked the CMakeLists files and the linker files but the they are all the same. The values for the addresses and peripheral parameters are also identical in xParameters.h. Has anyone experienced this before?
Thanks!