Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Introduction

This page gives an overview of axi-quad spi driver which is available as part of the Xilinx Vivado and Vitis distribution.

Source path for the driver:https://github.com/Xilinx/embeddedsw/tree/master/XilinxProcessorIPLib/drivers/spi

Driver source code is organized into different folders. Below diagram shows the qspipsu driver source organization

spi
|

  • - Doc - Provides the API and data structure details

|

  • Examples - Reference application to show how to use the driver APIs and calling sequence

|

  • Source - Driver source files

Features Supported

The controller driver will be exclusive to GQSPI including API’s to be used for configuring the host controller and transmitting the data.

Commands Supported:

The following list of basic commands are supported by the Standalone driver:

  1. Read Identification

  2. Read Page

  3. Program Page

  4. Erase (Chip/Die/Bulk Erase)

  5. Read Status

  6. EAR Register Access

Controller Features Supported:

The following features are supported in the QSPI Standalone driver.

  1. DMA access (aligned address only)

  2. IO access

  3. Configurable clock

  4. Configurable bus width

  5. Interrupts – will be chosen and enabled internally

Example Applications:

  1. Generic register read/write operations

  2. 3 byte and 4 byte addressing

  3. Flash configurations illustrated in examples – Single

Known issues and Limitations

The standalone driver supports Axi-spi and AXI Quad spi

Test cases

Sample output of test cases that are taken from examples folder specified above

XSPI Stm Flash Example Test
Successfully ran XSPI Stm Flash Example Test

XSPI Numonyx Flash Quad Example Test

Successfully ran XSPI Numonyx Flash Quad Example Test

XSPI Windbond Flash Quad Example Test

Successfully ran XSPI Flash Quad Example Test

XSPI Atmel Flash Example Test
Successfully ran XSPI Atmel Flash Example Test

Change Log

2019.2

  • Summary

    • Removed master inhibit dependency while writing to DTR.

    • Fixed compilation error in axi-spi interrupt example.

  • Commits

2020.1

  • Summary

    • Updating license content to SPDX based licensing.

  • Commits

2020.2

  • Summary

    • Updated the Makefile to support parallel make execution

    • Fill txfifo with data less than or equal to fifo depth

  • Commits

Related Links

  • No labels