spi clock configuration
Hello,
I am using nucleo stm32f429zi. I want to add MCP3304 SPI with my controller. It works properly, but my spi clock is 1.325MHz, which means my channel sample rate will be 1.325MHz/21=63095Hz (sample rate for 4 differential channels). so each channel only has 15773Hz sample rate. is it possible to refine my spi clock frequency close to 2Mhz?
Thank you for all helps.