how I can link the NUCLEO-STM32F401RE with CCA-02M1 without HSE? I have some trouble with clock configuration.
I need to connect X-NUCLEO-CCA02M1 with NUCLEO-401RE and I would like to use I2S.
I understood that I need to use a double-clock for the I2S and a clock for the expansion board because I need to read data from rising and falling edge of the clock, but from datasheet of Microphones I read this:
and the minimum clock that I can reach is 14.4 MHz (from CUBEMX) , and thus I should sent 7.2 MHz to expansion board. I can't do it.
How can I solve this?
I have to use HSI e LSI. I don't have HSE.
In any application note that I saw, they used a I2S as master, but
is it correct to use it as a slave? I could use a clock generated by a TIMx. if it is possible, how can I link a Timer to I2Sclock? Should I do it by software or is it possible do it in hardware?
thank you.
