HAL_QSPI_TxCpltCallback function is not being called for HAL_QSPI_Transmit function
But yet it is called for HAL_QSPI_Transmit_DMA function? Do I need to configure the autopolling with the QSPI_AutoPollingTypeDef structure for the callback to be called with the HAL_QSPI_Transmit function?