Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

QSPI ready wait never returns

Hi!
I made a custom board with an external flash memory that communicate with nRF52840 through QSPI.
I have some boards that works very well, but i have someones that freeze when I call nrfx_qspi_init(). I found that when I run the code in debug mode, the function NRFX_WAIT_FOR inside qspi_ready_wait works well, but when I use the release profile the application freeze in NRFX_WAIT_FOR.
Somebody know the reason?

PS: I use SEGGER EMBEDDED STUDIO, my application has the NRF BUTTONLESS BOOTLOADER, but I think that isn't the problem...

Related