Question
SPI Clock
Posted on October 05, 2016 at 19:34
I'm using SPI to get data from and ADC: I need fast acquisition so I'm using a STM32F4 board at 50MHz. Using a Logic software I noticed that the spi clock doesn't work at high frequency (50MHz), while it works at lower (16MHz). Why is that? I generate the code with CubeMX setting 50MHz in the Clock configuration tab. Did I miss something?
Thanks