Hello,
In my project I need to measure some analog inputs. I have an stm32f072 micro controller which have only one ADC, but multiple channels. I didn't work ADC with multiple channels before this project started. I use the continuous scan conversion mode. Existing a register or a method that indicates exactly in the interrupt handler routine which channel's converted value is actually when the EOC flag was set? I didn't get anything from this and tried to resolve a counter. When an EOC generated, I increased the counter and tried to place the channel's converted value to the right place, but didn't work correctly.
Please help me, Szabolcs
View all questions in Keil forum