This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Reconfigure SPI from SYSCLK7 (default) to other SYSCLK

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.