I want to use the SPI pins separately on the Micro Zed Board.
What is the pin number of the SPI pin on the JX1, JX2 connector?
I do not understand the schematic and I can not find the SPI pin in JX1, JX2 connector.
I want to use the SPI pins separately on the Micro Zed Board.
What is the pin number of the SPI pin on the JX1, JX2 connector?
I do not understand the schematic and I can not find the SPI pin in JX1, JX2 connector.
Hello,
All of this information can be gathered from the master constaints file, hardware user guide, or schematic.
-Josh
Hello,
With this being a programmable logic device, there are no dedicated SPI pins. They are what you defined them to be. They can be any of the logic pins, or processor pins (with some restrictions). The easiest way to see the processor configuration is to open Vivado and use the processor configuration tool.
--Dan