STM32F469I-DISCO CS43L22 Audio Codec
Hi! I am trying to generate a sine wave on my CS43L22 audio codec chip and use the included stereo jack on my STM32F469I-DISCO board. I'm using the STM32Cube IDE. There is one .WAV player example that I can't get to build in the IDE that's closely related to what I want to do, but it doesn't use STMCube. The closest project that I found on the internet is something like this, but it's running on a different board and uses I2S instead of SAI:
STM32F4 Discovery board - Keil 5 IDE with CubeMX: Tutorial 28 - I2S Audio Codec - CS43L22 - YouTube
Based on my research, I think the process of getting this running looks something like this:
- Assign pins in STMCube for Audio Reset, I2C2 (chip config), and SAI1 (clock)
- Configure I2C2 and SAI1 in STMCube
- Write code to utilize the chip
Any resources, advice, or examples that I can look at? Much appreciated!
