Hi everyone!
I have a little problem. I've configured some PMOD pins as SPI_1 (PMOD_D0-PMOD_D3) and I'd like to use the others as GPIOs. In particular, on PMOD_D6 and PMOD_D7 I have two interrupt signals. I'd like to use the GPIO_PS drivers from XIlinx to manage these interupts. But when I initialize the GPIO instance, the SPI don't work properly.
the cause could be that both SPI and GPIOs pins are on the same bank (BANK_0) and the GPIO drivers try to initialize all the Bank as GPIOs signal? is there any chance to work both with SPI drivers and GPIO_PS drivers?
Thanks in advance!