Question
What is the impact of overlapping ADC conversion on STM32H743?
In the STM32H743 errata sheet (ES0392 revision 4), section 2.3.1 “Conversion overlap may impact the ADC accuracy�? leaves me with three questions:
- If I am reading correctly, this means that running conversions on two different ADCs, from two different channels, at the same time, may result in inaccurate results. Is this a correct interpretation?
- The erratum talks about “conversion�? specifically. Does this mean that only the conversions, and not the sampling periods, are affected, so that one ADC can sample while another is converting at the same time without impact?
- The erratum says only that this “may impact the ADC accuracy�?. What impact does it have? I would like to simultaneously sample two channels (i.e. dual-ADC Regular Simultaneous Mode). If I do this, given the erratum, what accuracy can I expect? What if I have the third ADC operating at the same time, as well?
