User Activity

I have found that in the STM32G070 (so likely all STM32G0?) that the SPI misses the first clock if:a) The CPOL is 1 and CPHA is 1b) The DMA is used to transmitWhen sending 0x07 as the first byte the data on the actual output is 0x0e.  The second byte...