Hi, i try to work with zedboard, starting with the tutorial ZedBoard: Zynq-7000 AP SoC Concepts, Tools, and Techniques, but i have the problem with the C code helloworld.c of the lab 2! When i run the application project it prints : "application start", then..nothing!!
i think that the code crashes in the following line
" xStatus = XGpio_Initialize(&GPIOInstance_Ptr,XPAR_AXI_GPIO_1_DEVICE_ID);"..can someone help me..please?