ADC not triggering ISR after each EOC
Hello st forum,
I'm currently working with STM32G0B1VCI6, I'm trying to configure the ADC1 channel but it is not working properly. I need to convert 11 channels (10 external and 1 internal channel) and I'm configuring the driver in such a way it can convert all channels at once. According to the documentation, when sequencer is set to not fully configurable, the conversion is done for the enabled channels using their defined channel ID. My plan is to catch each ECO event to save the data until detect the last element (EOS event). However, I'm getting the interrupt immediately with the EOS flag enabled, causing to just read one data instead of 11. This is the configuration I'm using:

