STM32G0 DMA and DMAMUX connections
Hi
I'm trying to write simple code on STM32G030. I read PM and RM for this uC. I try to find where is written which DMA channel is connected to which DMAMUX. for example DMA has 5 DMA channels numbered from 1 to 5 and DMAMUX has request lines numbered from 0 to propalby 4. But there is no description that DMA channel 1 is assigned to numrer 0 of DMAMUX output reguest line? I do not know why STM did so. I thing it sholud be clearly written.
Next thing, If uC like STM32g0b0 has two DMA channels where i can find space address of each DMA? I realy can not find in none ST document.