2014-03-19 11:43 AM
Dear All,
I would like to create a 1.5 MHz Sine Wave using TIMER + DAC + DMA.I have started from the DAC_SignalsGeneration example for Discovery board and then I have modified the TIM_TimeBaseStructure.TIM_Period from 0xFF to 1.I have done the measurement with the oscilloscope and in the first case (Period = 0xFF) the sine wave has a frequency of 11kHz and in the second case (Period = 1) the sine wave has a frequency of 350kHz. Sincerly I thought to obtain an higher frequency because the period is 255 times lower. Could anyone explain this behaviour? Then I would like to know if it is possible to create a 1.5 MHz Sine Wave with Timer + DAC + DMA or if it is better to use a different solution.Let me know!Best regards2014-03-29 10:53 AM
Dear All,
does anyone have an idea or an advice about it?How could I create a 1.5MHz Sine Wave using the STM32F429?Let me know!Best regards2014-03-29 11:18 AM
Are there some other design goals? Or an ability to use some other part to generate this signal?
What's the issue with using ahttp://www.tek.com/blog/tutorial-digital-analog-conversion-%E2%80%93-r-2r-dac
, attached to 6 or 8 GPIO pins, with 32 samples clocked at 48 MHz using TIM/DMA?