I build a new "Peripheral Test" project and launch it at my zedboard, but it stoped at the 2th interrupt test.
This is the output information of console in SDK:
---Entering main---
Running ScuGicSelfTestExample() for ps7_scugic_0...
ScuGicSelfTestExample PASSED
ScuGic Interrupt Setup PASSED
Running Interrupt Test for ps7_ethernet_0...
The application stopped at "interrupt test for ps7_ethernet_0".
I try to test ScuTimerIntrExample at the 2th order and this is the output:
---Entering main---
Running ScuGicSelfTestExample() for ps7_scugic_0...
ScuGicSelfTestExample PASSED
ScuGic Interrupt Setup PASSED
Running ScuTimerPolledExample() for ps7_scutimer_0...
ScuTimerPolledExample PASSED
Running Interrupt Test for ps7_scutimer_0...
It stopped at the interrupt test for scu timer as predicted.
Actually , i have test gpiops interrupt function but failed. i have studying the interrupt of zynq for such a long time but no work come out. i am depressed, help me. thanks a lot.