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
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
3:f7923b9e8611 | 2017-11-21 | roland_tmm | Edited main.cpp: corrected multi-threading error |
2:602f7589c53e | 2017-11-21 | roland_tmm | Edited comments/description; |
1:9dcccb399f0b | 2017-11-21 | roland_tmm | Added threads to blink LEDs according to DDS frequency |
0:6069c0f2a245 | 2017-11-21 | roland_tmm | Version 1.0 |