The STM32F746G-DISCO discovery board (32F746GDISCOVERY) is a complete demonstration and development platform for STMicroelectronics ARM® Cortex®-M7 core-based STM32F746NGH6 microcontroller.

AUDIO_DISCO_F746NG has a broken function.

20 Apr 2017

Hi all,

I wanted to notify people responsible for the library of the error concerning the AUDIO_DISCO_F746NG::IN_Init function. It expects 3 parameters (uint16_t InputDevice, uint8_t Volume, uint32_t AudioFreq) that are passed to a function BSP_AUDIO_IN_Init, however BSP_AUDIO_IN_Init expects a completely different set of parameters: (uint32_t AudioFreq, uint32_t BitRes, uint32_t ChnlNbr) as defined in stm32746g_discovery_audio.c at line 801