2017-11-13 07:53 AM
Hi folks!
The STM32 series has a 12-bit ADC, but when I'm reading values from AnalogInputs on a Netduino, it's only 10-bit precision (1,024 steps). Why is that? Is there something being lost in the .NET MicroFramework layer? Or is this just how the ADC works?
2017-11-13 08:09 AM
Or is this just how the ADC works?
No.
Is there something being lost in the .NET MicroFramework layer?
Maybe. What does the Netduino documentation say?
JW
2017-11-13 09:47 AM
It doesn't specifiy.
I'm writing that documentation.
I'll go dig around the Microframework code. My guess is that it's set this way to be Arduino compatible.