Hi Team,By setting the pins GPIO6 and GPIO7 to 0 by using below code snippet we were able to use the spi pins in PMOD.code snippet:--------------------------------- BSP_IO_WritePin(IO_PIN_6|IO_PIN_7, GPIO_PIN_RESET);BSP_IO_ConfigPin(IO_PIN_6|IO_PIN_7...
Hi Team,Even i'm also facing the same issue with the above setup.As per the specification doc,configured the Quad SPDT switch configuration,to use the SPI pins in PMOD connection. quad SPDT switch conf:STMOD+_SEL_0 (GPIO6 of MFX_V3 i.e. PA6) ...