Hello,
For debugging purpose, I'd like to slow the SPI clock to below SYSCLK7 /256 . SYSCLK7 is SYSCLK/6=166.66M and the 256 is the SPI max PRESCALE.
As far as I am concerned, this can be done by reconfiguring the SPI to be clocked by SYSCLK6 or SYSCLK9 and instead of by it's default SYSCLK7 (I assume that "default" means also that I can deliberately change it) .
How can I do it?
Thanks, Alon.