Hi,
I have measured QSPI current consumption on our product at no access period, and got 1mA (too high current!).
So I tried to check with nRF52840 DK to confirm our source code is wrong or not.
I tested SDK14.2 example of QSPI (examples/peripheral/qspi) with nRF52840 DK measuring with PPK board.
I put the following code to main.c, and check current by 2 cases.
white (true) { __WFE(); }
case1. put them just after startup of main() -> 2uA.
(this is just check board setting is correct)
case2. put them after read instruction(after NRF_LOG_INFO("Data read")) -> about 1mA
Do you have any idea to reduce this 1mA current?
Best regard,