Question
Sometimes HAL_SPI_TxRxCpltCallback() is not getting called.
We are using STM32G4 Series microcontroller for SPI comm. as slave with microprocessor.
For SPI TX operations sometimes we are seeing that callback function HAL_SPI_TxRxCpltCallback() is not getting called even though we are seeing that data is transmitted successfully on SPI line. Checked using logic analyzer.
Is this known issue? Any solutions for this.
Thanks in advance.
