Is there a way to configure HRTIM Dead time after initialization with HAL?
I am using STM32CubeIDE 1.6.1 with HAL libraries for STM32 G474RE. I would like to dynamically change the Duty Cycle, Period, and Dead time values for the HRTIM1: Timer A after initialization using HAL. After initial configuration set up by STM32CubeMX, I believe I can use __HAL_HRTIM_SETCOMPARE to change the Duty Cycle after initialization and use __HAL_HRTIM_SETPERIOD to change the Period after initialization.
Is there a way in HAL to change the Rising Value and Falling value of Dead Time after initialization?