mirror of
https://github.com/micropython/micropython.git
synced 2025-12-13 08:20:13 +01:00
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, \
|
||||
.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, \
|
||||
|
||||
Reference in New Issue
Block a user