DMAMUX configuration
Hello community,
I cant get the dma working on the stm32g474. What I did till now:
- enabled tim15 -> working with interrupts
- enabled dma req. on update event
- enabled dma and dmamux clocks in rcc
- enabled dma int in nvic -> can be triggered through nvic
- configured dma channel 1(with transfer complete interrupt)
- configured dmamux
-> first in unconditional mode -> only programmed sigid register with tim15_ch1 and also tried tim15_trig, but both are not working
-> then I tried sync mode, with tim15_ch1 as input, with event generation and dmamuxch0 as trigger input for dmamux generator, not working
- enabled dma channel 1
I red something about wait cycles from a similar question after enabling rcc peripheral clocks, so I did that aswell..
Did I miss or forget something?
