Hi nordic team
I am working with the Nordic nRF5340 SoC using Zephyr RTOS.
Hardware
External QSPI flash:
-
MX25R6435F
QSPI configuration (DeviceTree):
The application core CPU frequency = 128 MHz.
I am configuring the CPU to run at 128 MHz uisng the below api
Issue observed :
When the CPU runs at 128 MHz:
-
Flash read operations fail
-
Flash write operations fail
why QSPI flash read/write fails when the CPU runs at 128 MHz while the QSPI SCK is configured at 32 MHz?
Any insights on this issue would be helpful.