I set the parameters read from the Flash memory into sfdp-dfp in the Device Tree, but the Read command does not work correctly.
Although I set the wait cycle for read operations to 10 cycles in sfdp-dfp, it seems that the microcontroller is using 6 cycles when reading.
Currently, I am using the "nrf_qspi_nor.c" QSPI driver and the Zephyr RTOS.
sdk version is v2.6.1.
The Flash memory connected to the microcontroller is MX25U51245G, and the read command is 0xEB.
When I checked the source code of nrf_qspi_nor.c, I could not find any code that refers to sfdp-dfp.
In this development environment, does setting sfdp-dfp have no effect?
If it is possible to apply the setting, please let me know how to do it.
device tree settings is below.
red mark is read command(0xEB) & wait cycle(0x48).
best regards.