Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
10 years, 1 month ago.
What does normalized to 16-bit value mean?
STM32 Arm MCU's have 12-bit ADC's. so 0x0 to 0xFFF. What happens when it's normalized to 16-bits? This doesn't change the number of steps the MCU ADC has so how do I use this?
Please give an example. the ST MCU's go from 0 to 3.3V, in 4096 steps.
Thanks.
Felix
Question relating to:
1 Answer
10 years, 1 month ago.
Each step becomes larger, so it is mapped between 0x0 and 0xFFFF.
there's a lot more steps between 0x0 and 0xFFFF. Do I just spread out the 4096 steps into 0xFFFF? I mean it's still a 12 bit DAC...
posted by 11 Oct 2014