This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

The increase in resolution dac unit

I would like to create a 16 bit DAC in STM32F103RET6. But STM32F103RET6 only has 12 bit DAC. How do I implement a higher resolution DAC in STM32F103RET6?
Thank you. Please see the file AN64275 in google

Parents
  • You either connect an external ADC. Or you show your skills in analog design and implement a solution where you add an external offset voltage to the input signal and then through multi-sampling produce these additional bits of resolution.

    Obviously, additional bits of resolution doesn't mean additional bits of precision - you still need to take into account the linearity etc of the ADC, stability and precision of the voltage reference and any additional noise your design introduces besides the intentional offset voltage.

Reply
  • You either connect an external ADC. Or you show your skills in analog design and implement a solution where you add an external offset voltage to the input signal and then through multi-sampling produce these additional bits of resolution.

    Obviously, additional bits of resolution doesn't mean additional bits of precision - you still need to take into account the linearity etc of the ADC, stability and precision of the voltage reference and any additional noise your design introduces besides the intentional offset voltage.

Children