2022-02-10 06:06 PM
Which DAC method is used for STM32L431, R-2R or resistor strings?
Different things are written in the two materials.
block diagram
https://www.st.com/resource/en/datasheet/stm32l431cb.pdf#page=39
3.16 Digital to analog converter (DAC)
2022-02-10 11:25 PM
Welcome, @kazuchib, to the community!
R-2R networks are also called resistor networks and DACs also like to use this R-2R.
Where do you see a difference?
Regards
/Peter
2022-02-11 04:40 AM
Thank you for your answer
I thought the resistor strings were the method of linking below.
Can you show me the details of the DAC used in the STM32L431?
2022-02-11 05:33 AM
May I ask what this information is relevant for?
Background: with the R-2R converter, the binary value is fed in directly and then decoupled with a voltage follower, so that the R-2R network is not visible to the outside world. But the principle corresponds to what can also be seen in the Wikipedia article mentioned above.
Regards,
/Peter
2022-02-13 02:58 PM
I am making an application that changes voltage very quickly.
I replaced the microcomputer of another company with this microcomputer.
Even in previous applications, there was a temporary strange behavior when changing the voltage at high speed.
In the previous application, I thought about the correction method from the design information.
I would like to consider making corrections from the design information this time as well.
2022-02-13 11:22 PM
OK, for timing problems with fast signals the internal setup is irrelevant, because the timing behavior of the whole DAC block and its possible error limits are listed in the datasheet, section 6.3.19.
Does it answer your question?
Regards
/Peter
2022-02-18 01:34 AM
Sorry for the late reply.
Thank you for your answer.
I will proceed with the verification based on this material and the behavior of R-2R.
Best regards.