2018-05-08 10:46 AM
Firstly, what is the purpose of DHR (Data Holding Register) and DOR (Data Output Register)?
Secondly, where does the data go after DOR register?
Thanks!!!
#dac #stm32f103rb #analogSolved! Go to Solution.
2018-05-10 05:35 AM
DOR is the register which directly controls the analog output. The digital value in the DOR represents directly the analog output from DAC. Data are transferred to DOR from DHR at the trigger event.
Bits in DOR directly control analog switches in the R-2R analog network which produces analog output voltage.
Regards
Igor
2018-05-10 05:35 AM
DOR is the register which directly controls the analog output. The digital value in the DOR represents directly the analog output from DAC. Data are transferred to DOR from DHR at the trigger event.
Bits in DOR directly control analog switches in the R-2R analog network which produces analog output voltage.
Regards
Igor