cancel
Showing results for 
Search instead for 
Did you mean: 

Signal Generator in AD9850

ggowd.1
Associate III

Hi Team,

Can we interface AD9850 DDS Signal Generator Module with STM32F407G to generate sin wave and square wave, is there any procedure or links to interface between AD9850 with STM Microcontroller.

Best Regards
Gagan Gowda

1 ACCEPTED SOLUTION

Accepted Solutions
SofLit
ST Employee

Hello,

Look at these links:

https://github.com/Derecho/stm32-ad9850/blob/master/ad9850/ad9850.c

https://github.com/DK7IH/STM32-F4-Demos/blob/main/_Oscillators/_AD9850/AD9850_FM_par.c

Google is your friend. Just put: "AD9850 STM32"

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.

View solution in original post

4 REPLIES 4
SofLit
ST Employee

Hello,

Look at these links:

https://github.com/Derecho/stm32-ad9850/blob/master/ad9850/ad9850.c

https://github.com/DK7IH/STM32-F4-Demos/blob/main/_Oscillators/_AD9850/AD9850_FM_par.c

Google is your friend. Just put: "AD9850 STM32"

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.

Yes, should be able to interface with GPIO driving the serial or parallel bus.

Suggest you spend some time with the data sheet, and apply basic interfacing methods.

https://www.analog.com/media/en/technical-documentation/data-sheets/ad9850.pdf

Don't limit yourself to STM32 specifically, the interfacing methods and software would be universal between MCUs

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

@Tesla DeLorean wrote:

Don't limit yourself to STM32 specifically, the interfacing methods and software would be universal between MCUs


Indeed.

@ggowd.1 - How To Interface Anything to Anything Else:

http://www.8052mcu.com/forum/read/160143

 

You might also try looking for Arduino libraries ...

Hi Team,

Thank you for your advice. I'll review the AD9850 datasheet and consider the basic interfacing methods you've mentioned. I'll also explore general interfacing techniques as suggested. Notably, I've found that the AD9850 board can interface using the SPI configuration on the STM32F407G Discovery board.

Best Regards,
Gagan Gowda