Resolved! LL_TIM_EnableDMAReq_CC1 triggers DMA correctly, LL_TIM_EnableDMAReq_UPDATE does not.
I made an application that uses burst DMA on T2 of an STM32F407VET6 to create morse code pulses as a challenge for Burst DMA..My strategy is to write to ARR, the reserved register in between and CCR1 to make pulses of various width and duty cycle as ...