8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abb836e commit 30c5f42Copy full SHA for 30c5f42
libraries/PDM/src/nicla_vision/audio.c
@@ -366,6 +366,7 @@ int py_audio_init(size_t channels, uint32_t frequency)
366
367
HAL_RCCEx_GetPeriphCLKConfig(&rcc_ex_clk_init_struct);
368
369
+ rcc_ex_clk_init_struct.PeriphClockSelection = RCC_PERIPHCLK_DFSDM1;
370
rcc_ex_clk_init_struct.Dfsdm1ClockSelection = RCC_DFSDM1CLKSOURCE_D2PCLK1;
371
372
HAL_RCCEx_PeriphCLKConfig(&rcc_ex_clk_init_struct);
0 commit comments