Hello Devs,
I am facing an difficult time to write a custom opcode to a QSPI flash memory. where I am trying to read the manufacture ID, it requires send the OP code + Address+ write dummy bytes + read
using nrf_drv_qspi_cinstr_xfer is not possible for me retrieve the manufacture ID from the module, since it requires read at the address 0 (24bits) and cinstr_xfer doesn't allow to add an address
using nrf_drv_qspi_read where the timing diagram is almost the same, but the qspi_read doesn't allow to change the opcode to 0x94
any suggestion?