STM32F411 Discovery Kit and Arduino: Investigating the I2S Library Quality Issue
In my last post I have complained that my sine wave test sketch was producing just noise. So I am trying now to investigate where the issue is coming from. Using Basic APIs So first, I try an Arduino Sketch which is just using the low level API of my libraries: This configures the codec using the driver API, sets up I2S using the STM32 I2S library and just uses the sine generator from the Read more…