Resolved! STM32F429 and Controlling a timer to control another timer that is a one shot to update the internal DAC.
I am trying to set up a timer go to a one shot timer that goes to the DAC update command (to output data that was written via DMA). I am little confused on how to set everything up. I want to set up timer 1 to go to timer 2 and timer 2 will be a one ...