EOT to early
Hi.
implementing a SPI master (NOT using HAL) with software based SS i am searching for the right way to detect the end of a transmission to release the SS again.
EOT (in SPI_SR) gets set when the last Bit is is set to the MOSI Lane.
--> so this is too early since the there is a full clock cycle remaining until SS should be reset.
Is there any Signal that could be used to know that the Transfer on the SPI BUS is full finished? Using the Hardwaree SS is working fine But since I have a multi-slave environment I would like to use software based SS.


