When I create a Base System Builder design in EDK, the interrupt of the processor is set to "LEVEL_HIGH", whereas the Interrupt of the peripheral is set to "EDGE_RISING". How can I set the sensitivity of the interrupt?
解决方案
This can be done by making the interrupt signal of either the processor or the peripheral external. After doing this, we have an option of configuring the interrupt as per our requirement.