HOcg
New Contributor
3 years agoSubsector erase with Generic QUAD SPI controller II
I am trying to use the Generic QUAD SPI controller II with a MT25QU01G QSPI memory. In this regard, according to the memory manual, I can command subsector erases of 4 KB.
Does the HAL of this IP c...
- 3 years ago
Hi,
We have generic Driver API's for QSPI memory like memory info, read data, write data, erase block/sector.
List of Driver API is given in below link-
https://www.intel.com/programmable/technical-pdfs/683130.pdf
We don't have specific Sub-sector erase Driver API.
-Tiwari