alif/ospi_flash_settings: Use 8-bit DFS for XIP.

To match the instruction length, so the DFS is restored to the XIP value
after an erase or write (due to the final wait WIP).

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George
2025-03-31 12:35:50 +11:00
parent 3564ce5bd8
commit df5e4ced76

View File

@@ -53,7 +53,7 @@
.rxds = false, \
.bswap16 = false, \
.inst_len = OSPI_INST_L_8bit, \
.xip_data_len = OSPI_DATA_L_16bit, \
.xip_data_len = OSPI_DATA_L_8bit, \
.read_sr = 0x05, \
.read_sr_dummy_cycles = 8, \
.write_en = 0x06, \
@@ -70,7 +70,7 @@
.rxds = false, \
.bswap16 = false, \
.inst_len = OSPI_INST_L_8bit, \
.xip_data_len = OSPI_DATA_L_16bit, \
.xip_data_len = OSPI_DATA_L_8bit, \
.read_sr = 0x05, \
.read_sr_dummy_cycles = 8, \
.write_en = 0x06, \