How to setup the SPI SCK frequency to 16M, or some other frequency higher than 9M?
I am using STM32F103ZET6 to work with TI ADS8688 via SPI interface.Based on the sample program in STM32F10x_StdPeriph_Lib_V3.5.0 library, currently the basic function is OK, with SCK @ 9M.Here is my program screenshot about clock and SPI configurati...