Generate a pulse in the STM32H7 SPI's SS line every 64 bits
I want to communicate with an SPI slave whose high level protocol states that each command is 64 bits, and that the SS line must be de-asserted and asserted in between commands. I want to send to it 2 commands as quick as possible, so I need to asser...