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
Revisions of main.cpp
Revision | Date | Message | Actions |
---|---|---|---|
3:f7923b9e8611 | 2017-11-21 | Edited main.cpp: corrected multi-threading error | File Diff Annotate |
1:9dcccb399f0b | 2017-11-21 | Added threads to blink LEDs according to DDS frequency | File Diff Annotate |
0:6069c0f2a245 | 2017-11-21 | Version 1.0 | File Diff Annotate |