Using TIM3 in STM32H753 to trigger BDMA
Hi,
I'm trying to generate a serial data pattern in STM32H753 for WS2812B LED chip. I did it before with STM32F2, as the TIM, GPIO & DMA2 are within the same data bus matrix, i'm able to use TIM module events as a trigger event for DMA, and start moving data from RAM to GPIO.
In STM32H753, TIM modules are inside D2 domain, GPIOs are within D3 domain, if i gonna move data to GPIOs, data must be in SRAM4 and handled by BDMA.
Is it possible to use TIM module in D2 domain to trigger BDMA, that i can move data from SRAM4 to GPIO for generating the serial data pattern?
Many thanks
