![]() |
xilisf_v5_14
Xilinx SDK Drivers API Documentation
|
This file contains the library functions to write to the Serial Flash devices.
Refer xilisf.h for detailed description.
MODIFICATION HISTORY:
Ver Who Date Changes
1.00a ksu/sdm 03/03/08 First release 2.01a sdm 01/04/10 Added Support for Winbond W25QXX/W25XX devices 2.04a sdm 08/17/10 Updated to support Numonyx (N25QXX) and Spansion flash memories 3.00a srt 06/20/12 Updated to support interfaces SPI PS and QSPI PS. Added support to SST flash on SPI PS interface. 5.0 sb 08/05/14 Updated support for > 128 MB flash for PSQSPI interface. Changed API: WriteData() XIsf_Write() 5.2 asa 05/12/15 Added support for Micron (N25Q256A) flash part which supports 4 byte addressing. 5.3 sk 08/07/17 Added QSPIPSU flash interface support for ZynqMP. 5.5 sk 01/14/16 Used 4byte program command in 4 byte addressing mode. sk 03/02/16 Used 3byte command with 4 byte addressing for Micron. 5.9 nsk 07/11/17 Add Micron 4Byte addressing support in Xisf_Write, CR#980169 ms 08/03/17 Added tags and modified comment lines style for doxygen. 5.12 tjs 06/18/18 Removed checkpatch and gcc warnings. 5.13 nsk 01/22/18 Make variable declaration to XQspiPsu_Msg as global CR#1015808. sk 02/15/19 4B write command is not supported by all QSPI Micron flashes hence used used 3B write command. 5.14 akm 08/01/19 Initialized Status variable to XST_FAILURE.
Macros | |
#define | SIXTEENMB 0x1000000 |
Sixteen MB. More... | |
Functions | |
int | XIsf_Write (XIsf *InstancePtr, XIsf_WriteOperation Operation, void *OpParamPtr) |
This API writes the data to the Serial Flash. More... | |
#define SIXTEENMB 0x1000000 |
Sixteen MB.