STM32GO30K8_ADC MULTICHANNEL

Thread Starter

Om_sai

Joined Nov 26, 2023
8
I COULDNT ABLE TO GET THE ADC VALUES OF CHANNEL 15 AND 16 OF STM32G030K8 mCU EVEN I SETUP WITH SEQUENCER NOT FULLY CONFIGUARABLE
 

Thread Starter

Om_sai

Joined Nov 26, 2023
8
Great. So what can we do to help you?
Hi,I am working in a project with stm32G030k8,where I need to read 7 adc channels which also includes PA11 and PA12(ADC_In_15&ADC_IN_16)
As per reference manual i need set the configuration to "sequencer not fully configurable" if i did that I am reading same values for all the channels .For your reference I have attached my code which uses 3 channels IN0,IN,15,IN16. This too behaving the same .Can you help me whats wrong and how can i sort it out please
 

MrChips

Joined Oct 2, 2009
34,680
To start, we need to know what software development platform you are using.
STM32CubeIDE is the usual recommendation.
 

Thread Starter

Om_sai

Joined Nov 26, 2023
8
Are you using a bare bones STM32G030K8 MCU or are you using a premade board such as Discovery or Nucleo?
using bare chip for an application development.The module cannot be changed so I need to use that particular channels
 

MrChips

Joined Oct 2, 2009
34,680
You can configure the ADC input channels using STM32CubeIDE.

How are you programming the MCU chip?
You would be better off to buy a low cost STM32 Discovery board and use the ST-LINK facility to program your bare bones MCU chip.
 
Top