Question:
How can I use same GPIO PINT module in both the SHARC cores?
Answer:
You can't use same PINT module in both the cores for GPIO interrupt. If you are registering callback for same module in both the cores, the second one will overwrite the address of first one inside the adi_gpio_RegisterCallback( ) API.
To avoid this, you have to use two different PINT modules for registering callbacks.