Hi,Recently I used STM32F407 to develop firmvare code of external DAC device.In order to obtain a sinewave output from dac, I choose TIM2 to trigger interrupt.TIM2_period is configured as 167, and TIM2_prescaler is configured as 0. The sysclk is 168M...