Hi,
I seem to have problems interfacing the DAC8565 using my ESP32. Using a multimeter I measure 3.2V at all 4 outputs constantly, though in my code I try to change between 2 voltages: https://gist.github.com/ChristiaanMuller/b1622f646d676a077ff5781c65003dd6.
LDAC, ENABLE, RSTSEL connected to GND
I've connected the DAC8565 like this:
ESP32 -> DAC8565
IO5 (SS) -> 9, SYNC
IO18 (SCK) -> 10, SCLK
IO23 (MOSI) -> 11, DIN
IO15 (RST) -> 13, RST
GND -> LDAC, ENABLE, RSTSEL, GND
3V3 -> AVDD, IOVDD,VREFL
Would be amazing if someone can help me out.