Hi,
I don't drive this pin to logic 0 in source code.
I've measured this pin by oscilloscope and it keeps logic 1 during the whole process.
I also tried not connecting this pin, but still meet the same problem.
Besides, I've tried another command "Read JEDEC ID". Below is the sequence in the Flash User Manual:

After I send the read command, I could measure there is data output through DO.
But all data in ReadData keep as 0 after running below API:
qspiStatus = Qspi_Ip_RunReadCommand(instance, 21, 0U, ReadData, NULL_PTR, 3U);//Read JEDEC ID
21 is the LUT index of ReadDeviceId:
/* 21: ReadDeviceId */
(Qspi_Ip_InstrOpType)((Qspi_Ip_InstrOpType)QSPI_IP_LUT_INSTR_CMD | (Qspi_Ip_InstrOpType)QSPI_IP_LUT_PADS_1 | (Qspi_Ip_InstrOpType)159U),
(Qspi_Ip_InstrOpType)(QSPI_IP_LUT_INSTR_STOP)
It seems that the Flash could response the command but the S32K344 could not read correctly.
I've not sure where the problem exists.