Search found 1 match

by ossmann
Thu May 21, 2020 5:19 am
Forum: General Discussion
Topic: waveform generation problem
Replies: 0
Views: 1893

waveform generation problem

I am currently testing the ESP32 waveform generator. I observe strong artefacts on DAC channel 1 for high frequencies. Do I do something wrong or is there a bug in the ESP32? I use the following program #include <stdio.h> #include <string.h> #include <stdlib.h> #include "freertos/FreeRTOS.h" #includ...