How do I update the HRTIM master timer compare 1 register using DMA from a circular buffer?
I'm using the Nucleo STM32G474RTE board and the LL drivers for DMA, GPIO and HRTIM and the CUBEMX in the IDE. My goal here is to drive a full H-Bridge with 4 PWM signals having the needed deadband and duty cycle control.Using the LL libraries and CUB...