How to handle if SPI slave receives less words when chip select goes high?
I have setup the MCU as an SPI slave that will receive 15 words.
How can I handle if the master sends less than 15 words?
If the master sends less than 15 words I don't get any call to HAL_SPI_TxRxCpltCallback().
The NSS pin is selected as "Hardware NSS Input Signal".
I have not been able to activate an external interrupt on the NSS pin so I can't detect NSS rising edge.
