QSPI has slower performance than single lane SPI using same CLK frequency with external QSPI flash with LittleFS.
Registers have been reconfigured according to your Errata;
System is using Zephyr os with kconfig file containig:
QSPI has slower performance than single lane SPI using same CLK frequency with external QSPI flash with LittleFS.
Registers have been reconfigured according to your Errata;
System is using Zephyr os with kconfig file containig:
Hi,
I would recommend that you check the generated build-folder/zephyr/zephyr.dts to ensure that any options commented out are not included in the current DT generation.
For instance, if the board itself has this parameter set, like for the nrf5340dk_nrf5340_cpuapp:
It requires a "/delete-property/ name;" to ensure that it is actually removed.
Example of removing a property, in this case the HWFC of the UART:
If it still performs similar, have you checked the (Q)SPI signal with a logic analyzer in both scenarios?
Kind regards,
Håkon