Question about Receive Only Master (SPI_DIRECTION_2LINES_RXONLY)

This is a question about Receive Only Master (SPI_DIRECTION_2LINES_RXONLY).
I was able to output the waveform shown in the attachment using Receive Only Master.
However, no data is being received(tmp). Why is this?
The process is performed in the following order:
HAL_SPI_Receive_IT(&hspi2, tmp, data_size);
HAL_SPI_Transmit(&hspi4, g_rx_temp_register, data_size, 1000);
hspi2(Receive Only Master)
hspi4(Transmit Only Slave)
About the waveform in the attached image
1ch hspi2 clock
2ch hspi2 MISO
