STM32L1 SPI throughput
Posted on March 13, 2015 at 16:17Hello, I'm running an STM32L151 at 32MHz and SPI BaudRate = fPCLK / 4. The device is an SPI Master, and tries to read a Slave as fast as possible. I'm using DMA TX and RX to speed up things. I can see the SPI clock r...