2020-01-04 12:44 AM
Hello
i am working on stm32h7 and i want to use DAC channal output as ADC REF voltage intenally.
can any please tell how to do it
2020-01-04 06:09 AM
The DAC needs the reference voltage to function, so it cannot generate it.
2020-01-04 07:21 AM
thanks for reply
if i connect dac channal output to adc ref+ what will happen is that any problem.
2020-01-04 07:23 AM
can we set that dac take vdd as reference and adc take vref+ as reference
2020-01-04 07:25 AM
in that situation dac output will also vary because dac reference also vary????
2020-01-04 11:54 PM
That makes no sense, because Vdd would make a very poor reference. There is a reason why the analog and digital signals are separated.
2020-01-05 12:12 AM
Try to : Read vref - set dac low value - read dac output with the same adc but different channel - compare with vref - increase dac value untill it matches vref?
connect output of dac to input of adc
2020-01-05 05:13 AM
It can be done externally with an op-amp.
But I see no real benefit to this