Detecting the complete end of SPI transfer in TX master mode, other than BSY flag polling
STM32G4 reference manual description offers only monitoring "Busy flag (BSY)" to check if SPI transfer is complete.
In order to make sure the transfer is over I have to do polling of this bit. It is waste of time and resources.
Is there any other reasonable way to detect the end of transfer with interrupt event generation?
If I have both TX and RX, I can see the RXed data amount to know the TX is over.
But in case of TX only I cannot do anything else, but polling.
I believe there should be a solution, but somehow I cannot find it.
Please, help.
