Skip to main content
ggowd.1
Associate III
July 17, 2024
Solved

Signal Generator in AD9850

  • July 17, 2024
  • 4 replies
  • 1948 views

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

This topic has been closed for replies.

4 replies

mƎALLEm
mƎALLEmBest answer
ST Technical Moderator
July 17, 2024
To give better visibility on the answered topics, please click "Best answer" on the reply which solved your issue or answered your question.
Tesla DeLorean
Guru
July 17, 2024

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 (See Profile) Up vote any posts that you find helpful, it shows what's working..
Andrew Neil
Super User
July 17, 2024

@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 ...

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.