STM32G030 DMA to GPIO BSRR bus error
Hi
STM32G0 series is a newer chip family with more advanced DMA/MUX to provide more flexibility.
my code, which uses tim16 update to request DMA to transfer from memory to GPIO BSRR. The code works on STM32F030 but fail in G030. The request from TIM16 gets through DMA, and it is the DMA that flags the transfer error.
Can anyone confirm that this is the case? From the reference manual, it seems that DMA and GPIO are in different bus that makes my intention impossible.
Rgds
Calvin