Hi,
I am debgging QSPI( type name: IS25LQ040B) in nRF52833, I met "NRFX_ERROR_TIMEOUT", Could you give me some advice, please?
// Set QSPI pins to pins related to connected board.
config.pins.sck_pin = 4;
config.pins.csn_pin = 8;
config.pins.io0_pin = 6;
config.pins.io1_pin = 27;
since In this IS25LQ040B, Io2 and WP multiplexing , WP(IO2) is set to 3.3V in our board;
IO3 and HOLD multiplexing, HOLD(IO3) is set to 3.3v in out board.
so I am confused IO2 and IO3 , I don't know if need to config since hardware is not used, I thinkd there must be something wrong, Could you give me some advice, please?