STM32G030K6T6 with only 8 ADCs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-02-03 4:03 AM
I am developing a STM32 project with STM32G030K6T6 ADC channels but when I start setting the MCU, it allows only 8 ADC convertions (the datasheet describes there are 12 and the system configuration allows to add up to 12 channels) . However, I need all the 12 channels. How can I use them?
Solved! Go to Solution.
- Labels:
-
ADC
-
STM32CubeMX
-
STM32G0 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-02-03 4:48 AM
That's due to your CHSELRMOD setting. Either up to 8 channels in arbitrary sequence or up to all channels in numerical sequence (up or down).
In CubeMX it's the "Sequencer" selection.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-02-03 4:29 AM
What do you mean by "when I start setting the MCU, it allows only 8 ADC"? CubeMX? It's possible to use 12 external channels, see picture.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-02-03 4:33 AM
Yes, I enabled the 12 external channels, but when I try to use them with DMA, it appear this option on the image.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-02-03 4:46 AM
This limitation stems from setting ADC_CFGR1.CHSELRMOD, read the ADC chapter in RM.
Cube/CubeMX implements only a fraction of the hardware's possible functionality.
JW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-02-03 4:48 AM
That's due to your CHSELRMOD setting. Either up to 8 channels in arbitrary sequence or up to all channels in numerical sequence (up or down).
In CubeMX it's the "Sequencer" selection.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-02-03 4:55 AM
@Community member​ which RM you mean?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-02-03 4:58 AM
Obviously RM0454, that's for G0x0.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-02-03 4:58 AM
@Andreas Bolsch​ so it's possible to use all the 12 channels, since I read them into a sequential order?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-02-03 5:04 AM
Not only 12, all available channels (incl. the internal ones).
