Why DAC make 0.12[V] when I set it be 0
HAL_DAC_Start_DMA(&hdac, DAC_CHANNEL_1, (uint32_t*)setdac, 1, DAC_ALIGN_12B_R);HAL_DAC_SetValue(&hdac, DAC_CHANNEL_1, DAC_ALIGN_12B_R, setdacvalue);The first problem was when I changed setdac which points value that DMA buffer(?)
It doesn't work so I add second code it works when i set 4095 on there it says 2.90[V] but
when i set 0 on there it says 0.12[V]..
and the code generation setting is going below picture

As you can see that I set DMA and OUT1 as DAC operating conditions
It works properly except one stuff that when I set DAC value as 0 the pin says 0.12[V] ..
Have no idea how to make that pin to be 0[V]
That's all Thankyou
