Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
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