Hello, we are currently integrating a Wilink8 moule within our system, which is based on a MicroZed and a custom carrier card.
We can get the module up and running using the PB-AES-PMOD-WILINK8-G-V5 adapter board, and the MicroZed I/O Carrier Card, essentially the demo configuration. H
owever, the enable lines for bluetooth and wifi, as well as the wifi_irq line are routed through the PL on OUR system, not MIO, which is what the example driver is configured for.
More importantly, wifi enable and wlan_irq, in the example, use GPIO bank 0 which cannot be routed to the PL as per the Zynq TRM.
How do we configure the driver to use GPIO bank 2 (EMIO) for these lines (wifi enable, and wlan_irq)? TI's website didn't provide too much information on the matter.
Tom