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:
parent
3564ce5bd8
commit
df5e4ced76
1 changed files with 2 additions and 2 deletions
|
|
@ -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, \
|
||||
|
|
|
|||
Loading…
Reference in a new issue