Skip to main content
william.w.jr
Associate
October 11, 2022
Question

some variables in dfsdm.c generated by STM32CubeMX 6.6.1 duplicated.

  • October 11, 2022
  • 2 replies
  • 917 views

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;

```

This topic has been closed for replies.

2 replies

KDJEM.1
Technical Moderator
October 14, 2022

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.
william.w.jr
Associate
October 15, 2022

Thank.