Hello,We are using STM32G431KBU6, and we would like to incorporate Hardware SSI, i.e. send data via DMA, or at least send every 32 bit chunk via DMA.So far we were only able to do implement Software SSI (an interrupt per host clock).Your advice is ap...