We are using QSPI to connect nrf52840 DK with nand flash of AS5F34G04SND. In page 28, 29, and page 17-table 2-1 of datasheet of the flash, we need to Program load x4 IO: sending command (32H) + 16-bit address + 2176 bytes data to the flash. But nrf_qspi_cinstr_conf_t can only send 9 bytes totally. And the nrf_qspi_cinstr_long_transfer_* will discontinue of the data flow so it doensn't work. What should I do? Thank you.