2022-10-10 09:05 PM
I have update STM32CubeMX to newest 6.6.1.
when I use STM32F412RE with PDM mics, enable the DFSDM module.
STM32CubeMX generated dfsdm.c, raise compile error, duplicated variables.
And I have find this same code duplicated two times.
The older STM32CubeMX did not have this issue,
but I forgot the actual version...
code:
```
static uint32_t DFSDM1_Init = 0;
```
2022-10-14 08:35 AM
Hi @william.w.jr,
This issue is already reported in this post.
I mentioned @Sara BEN HADJ YAHYA to keep you posted with updates.
When your question is answered, please close this topic by choosing Select as Best. This will help other users find that answer faster.
Kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2022-10-15 07:15 AM
Thank.