Die SoC Hardware Library (HWLIB) konfiguriert und steuert die SoC Quad Serial Peripheral Interface (SPI) Controller. Die QSPI HWLIB-Quelle finden Sie in der Datei /ip/altera/hps/altera_hps/hwlib/include/alt_qspi.h. Die alt_qspi.h-Datei enthält den folgenden Kommentar:
* 1. Qspi Direct Access Mode is not working!
*
* This is because the qspi flash memory installed on our DevKit board, Micro
* part N25Q00xx, 8 Gb, is not completely compatible with our embedded Synopsis
* QSPI controller IP. Therefore there is no viable direct access code offered
* in the lib. All the memory rea/write functionality is offered with indirect
* access only.
*
* Should you install a different flash memory part in your custom board, and
* wondering wether direct access mode works, please contact with us.
******************************************************************************/
Diese Anweisung weist Kunden einfach darauf hin, dass der Controller für die Implementierung von Multi-Die zusätzliche Status-Flag-Befehle lesen muss, die derzeit nicht unterstützt werden.
Dieses Problem wird voraussichtlich in einer zukünftigen Version der Altera SoC Embedded Design Suite behoben.