2023-11-14 10:11 PM
we're using STM32L412RB microcontroller and it has 2*12 bit ADC and our project requires 8 bit resolution, in this controller can we configure the resolution from 12 to 8 bits?
Solved! Go to Solution.
2023-11-14 10:51 PM
Hello @Adithya_Jayaram and welcome to the ST Community :smiling_face_with_smiling_eyes:.
Yes, you can configure the resolution from 12 to 10, 8 or 6 bits. Using CubeMX, under ADC Configuration -> Parameter Settings (ADC_Settings) you can set the Resolution you want:
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2023-11-14 10:51 PM
Hello @Adithya_Jayaram and welcome to the ST Community :smiling_face_with_smiling_eyes:.
Yes, you can configure the resolution from 12 to 10, 8 or 6 bits. Using CubeMX, under ADC Configuration -> Parameter Settings (ADC_Settings) you can set the Resolution you want:
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.