Thank god finally solved my problem.....when exicute HAL_QSPI_Command_IT(&hqspi,&sCommand) in data transition reception instructions the callback is not called because transition and reception part also come after HAL_QSPI_Command_IT(&hqspi,&sCommand...
I have same problem. after execution's of HAL_QSPI_Command_IT(&hqspi,&sCommand) it did not jump to void HAL_QSPI_CmdCpltCallback(QSPI_HandleTypeDef *hqspi)finally i did not check for call back procced for receive or transmit then the program working...