2016-04-11 01:26 AM
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 inSTM32F103RET6
?Thank you. Please see link below2016-04-11 05:39 AM
So you'll have to connect an external CODEC or DAC device, or create one using a resistor ladder type configuration.
2016-04-11 02:23 PM
Resistive ladders are pointless for 16-bit DAC's - 1% resistors versus 0.0015% resolution for the DAC.
Use an external DAC.