2019-01-18 02:06 AM
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
2019-01-18 05:33 AM
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.
2019-01-18 06:05 AM
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
2019-01-18 06:49 AM
Hi,
I raised your feedback and requested the update of the reference manual to had that in the bit description indeed.
Kind Regards,
Imen
2019-01-18 07:10 AM
Thanks, Imen.
Jan