AXi Quad SPI dual mode

Hi Guys can anybody share an python example in which a AXI Quad SPI interface in dual mode is used?

If you want to write the Python code for this yourself, you can do this with the PYNQ MMIO class.
Iā€™d recommend you check this MMIO video example and this Register Map example

You can do this in Python. Depending on your driver you may want to port some or all of the underlining code to C++ or another efficient language and wrap it in a Python API.

Interactive C++

Cathal

1 Like