Is there a good example for I2S on F0?
Greetings Everyone.
I am trying to create a Firmaware based on F0 (library 1.11.3) to MASTER ONLY READING using the I2S protocol.
I have an IC which sends a DATA READY and only waits for a clock pulses to shift-out the complete data (24-bit frame). The speed of this process is around 50k frames by second and the IC do not stop and do not have "chip select"
I had build the Firmware using CUBE IDE and attained successfully build, but inside the CallBack function (called by the DATA READY signal) the I2S Reception HAL function does not issue the Master clock. If I insert forcelly the I2S Reading into MAIN, the HAL funcion works but does not stop the Receiver Master Clock.
Do someone can explain why the differences of the same function if be issued from different places?
Do someone could point out where can I find a Good I2S Receive only routine? OR, a good explanation of STM32's I2S machine?
Regards.
