Page 2 of 2

Re: I2S to Internal DAC is Broken

Posted: Fri Feb 12, 2021 9:51 am
by sudheeshsmadhav
internal DAC selection in adf projects gives error. working with esp32s2

Re: I2S to Internal DAC is Broken

Posted: Tue Feb 23, 2021 11:37 am
by sudheeshsmadhav
Yes the internal DAC gives error. Any solution?

Re: I2S to Internal DAC is Broken

Posted: Wed Jan 29, 2025 8:03 am
by ryszardk
Example: ESP-IDF 5.4 \examples\peripherals\dac\dac_continuous
Asynchronous and synchronous mode on ESP32-PICO-KIT and my custom ESP32 PCB generating on Internal DAC glitches on GPIO26.
Disabling apll solves the problem, but it's not a solution for me, because I need 8kHz sample rate. Old firmware from ESP-IDF 4.2 did not generate these glitches.
Image
The problem was discussed some time ago here:
https://github.com/espressif/esp-idf/issues/9321
Is there any solution to this?