cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F767 SPI SLAVE DUMMY CYCLES AND FREQUENCY RELATION

Arjun_pty
Associate

Hi,

I am using a STM32F767zi nucleo board as  SPI full duplex slave. The dummy cycles of the slave device is varies in accordance with the master frequency change. How can I handle the dummy cycles independent of master frequency? What is the solution for making fixed dummy cycles for various master frequencies?

Thanks and regards, 

Arjun

2 REPLIES 2
AScha.3
Chief II

you set: SPI full duplex slave , so all clock/cycles coming from master, you cannot change any clock on slave side.

you need to change at master.

If you feel a post has answered your question, please click "Accept as Solution".
Arjun_pty
Associate

I don't need to change the frequency from the slave side, I have to make the dummy cycles needed for the slave  independent of input master frequency.