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:
@@ -53,7 +53,7 @@
|
|||||||
.rxds = false, \
|
.rxds = false, \
|
||||||
.bswap16 = false, \
|
.bswap16 = false, \
|
||||||
.inst_len = OSPI_INST_L_8bit, \
|
.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 = 0x05, \
|
||||||
.read_sr_dummy_cycles = 8, \
|
.read_sr_dummy_cycles = 8, \
|
||||||
.write_en = 0x06, \
|
.write_en = 0x06, \
|
||||||
@@ -70,7 +70,7 @@
|
|||||||
.rxds = false, \
|
.rxds = false, \
|
||||||
.bswap16 = false, \
|
.bswap16 = false, \
|
||||||
.inst_len = OSPI_INST_L_8bit, \
|
.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 = 0x05, \
|
||||||
.read_sr_dummy_cycles = 8, \
|
.read_sr_dummy_cycles = 8, \
|
||||||
.write_en = 0x06, \
|
.write_en = 0x06, \
|
||||||
|
|||||||
Reference in New Issue
Block a user