How do I get independent stereo audio output on STM32F469I-DISCO board?
I am having trouble getting independent stereo audio output on the STM32F469I-DISCO development board. I am passing data to the cirrus audio codec using the stm32469i_discovery_audio.h functions:BSP_AUDIO_OUT_Init(OUTPUT_DEVICE_BOTH, 80, 48);BSP_AUDI...