STM32L412RB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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.
- Labels:
-
STM32Cube MCU Packages
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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.
