A sine wave generator using AD9833 and AD9850 using STM32F103RB
This is a sine wave generator using DDS IC' AD9833 and AD9850. The STM32F1 microcontroller produces the SPI commands for the two DDS.
Learn more about STM32F1 in my blog: https://www.teachmemicro.com
Diff: AD9850.cpp
- Revision:
- 2:602f7589c53e
- Parent:
- 1:9dcccb399f0b
diff -r 9dcccb399f0b -r 602f7589c53e AD9850.cpp --- a/AD9850.cpp Tue Nov 21 19:13:17 2017 +0000 +++ b/AD9850.cpp Tue Nov 21 19:18:25 2017 +0000 @@ -1,5 +1,5 @@ /****************************************************************************************************************** - * STM32F103 library for AD9850 + * AD9850 library for AD9850 * Created 11/21/2017 * Roland Pelayo *