Overcoming SPI speed limitation on H743- inspiration needed
I'm setting the SPI input clock for the port I'm using at 50MHz to allow SPI speeds up to 25MHz for use with an SD card under SPI. However, this gives a minimum speed of 50MHz/256 = 195KHz and this is too fast for initialising some SD cards. I need to find a way to get a lower speed (<100KHz) whilst maintaining the 25MHz maximum. The SPI incoming clock is derived from PLL2Q.
Changing the PLL settings can only be done with PLL disabled and that isn't possible as PLL2 is also used for FMC
Inspiration needed
