Hi All.
I've connected my MCU board (Nucleo l476rg) to the DAC and I supply the power to the DAC from my MCU (its important for me) I want to get output range between 0-5 V.
Im trying to control the DAC with SPI (mode 0) Commands that I send from my MCU using HAL function HAL_SPI_Transmit(&hspi2, data, 3, HAL_MAX_DELAY); data[3] = 0x20,0xFF,0xFF. in order to read ~5v in ch 0 output.
I wired the DAC as follow:
the LK are:

I prefer to not use ADP5071 because I don't really get it.
It didn't worked for some reason.
after checking the output signal from MCU with scop I can confirm its Valid and seems legit.
I addition I can see all the expected voltage in the red checking points.
I would really appreciate any help or suggestion. maybe there is something Im missing out.
THNX in advance.
Edit Notes
forgot the LK configuration[edited by: Bnaya at 1:15 PM (GMT -4) on 24 Jun 2025]
