Skip to main content
Uwe Bonnes
Chief
January 18, 2019
Question

Is there no DMAMUX1 enable and reset in STM32G0?

  • January 18, 2019
  • 4 replies
  • 881 views

While stm32l4r and stm32h7 have DMA1MUXEN and DMAMUX1RST in the RCC register space, I see no such definitions in STM32G0. Are these definitions missing in the headers or is there really no such functionality in STM32G0

This topic has been closed for replies.

4 replies

Technical Moderator
January 18, 2019

Hello @Uwe Bonnes​ ,

In fact, the clock for DMAMUX is coupled with the one for DMA,

DMAEN and DMARST are bits which impact both DMA and DMAMUX at the same time.

Please, let me know if you need to clarify something.

Thank you for your return.

Best regards,

Imen.

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks
waclawek.jan
Super User
January 18, 2019

Hi @Imen DAHMEN​  ,

this is surprising, as in all STM32 RMs, modules which have standalone chapters have also separate reset/enable bits in RCC.

Can this please be explicitly mentioned in the description of DMARST and DMAEN bits in the RCC chapter of RM0444 ?

Thanks,

Jan

Technical Moderator
January 18, 2019

Hi,

I raised your feedback and requested the update of the reference manual to had that in the bit description indeed.

Kind Regards,

Imen

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks
waclawek.jan
Super User
January 18, 2019

Thanks, Imen.

Jan