Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
7 years, 8 months ago.
Generate 13.56MHz Sine Wave with FRDM K64F
Does anybody know if/how I can generate a 13.56MHz sine wave on the FRDM K64F and output it to the DAC? When I run the example code (https://developer.mbed.org/handbook/AnalogOut) in a loop only get 50Hz. Thanks
2 Answers
7 years, 8 months ago.
or you can use separate DDS (as example AD9951) chip / module
7 years, 8 months ago.
There is no way you get a sine wave at that frequency. Only realistic option is using PWM for example to get it, and putting a low-pass filter after it to make it a bit sine like.