Dear Sirs,
I have a customized board using STM32F765 with a microphone (MP34DT06JTR), where PD10 and PE7 were adopted for PDM_CLK and PDM_Data.
May I ask how to modify code below so that I can use the microphone in OPENMV IDE.
omv_boardconfig.h
#define AUDIO_DFSDM_FLT0_DMA_REQUEST DMA_REQUEST_DFSDM1_FLT0
py_audio.c , line 289
hdma_filter[0].Init.Request = AUDIO_DFSDM_FLT0_DMA_REQUEST;
Thank you,