A problem in switching the same ADC with different channels
Hi,
My purpose is to use the same ADC with different channels (one after another). I use stm32G4 with 170MHz clock speed. I want to check ADC values within a short time period. I use Baremetal. But unfortunately, I can only read one channel. it is not changing to the other channel.
There are some possibilities that I suspect are either time consuming is less therefore it won't change the channels. if not I might use the wrong coding. I am tight with time management, I could use the HAL functions to change the channels, but it would be great to help me find the proper way to sort out this issue.
Thanks in advance.
