Skip to content

Commit df5e4ce

Browse files
committed
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 <[email protected]>
1 parent 3564ce5 commit df5e4ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ports/alif/ospi_flash_settings.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
.rxds = false, \
5454
.bswap16 = false, \
5555
.inst_len = OSPI_INST_L_8bit, \
56-
.xip_data_len = OSPI_DATA_L_16bit, \
56+
.xip_data_len = OSPI_DATA_L_8bit, \
5757
.read_sr = 0x05, \
5858
.read_sr_dummy_cycles = 8, \
5959
.write_en = 0x06, \
@@ -70,7 +70,7 @@
7070
.rxds = false, \
7171
.bswap16 = false, \
7272
.inst_len = OSPI_INST_L_8bit, \
73-
.xip_data_len = OSPI_DATA_L_16bit, \
73+
.xip_data_len = OSPI_DATA_L_8bit, \
7474
.read_sr = 0x05, \
7575
.read_sr_dummy_cycles = 8, \
7676
.write_en = 0x06, \

0 commit comments

Comments
 (0)