Question
independent DAC Channel triggers on STMF3XX
Posted on April 21, 2014 at 07:55
Hi,
I am using STM32F303 to generate 2 sine-waves on DAC_Channel1 and DAC_Channel2.I use one lookup table to generate the sine-wave. And I succeded to generate sine-waves on both channels, but the generated signals have the same frequency.Since I want to have 2 different sine-waves with 2 different frequencies, I want to trigger each DMA channels independently. (ie,DAC_Trigger_T6_TRGO for
DAC_Channel1 andDAC_Trigger_T7_TRGO for DAC_Channel2). According to the reference manual, it seems possible. But when I make such configuration DAC stops working I think; because no signals are generated on both channels.
Does it possible to trigger DAC channels independently? #stm32-dac_trigger