I have designed a counter, it works like this: when the counter reach a number , one of its output pins generate a high level signal, this pin connects with the SOPC module. How can I achieve this goal : when the pin's level changes, the PIO core generates a interrupt, in other words, how can I register this type interrupt?
Thank you very much!