Hi Dear,
In LPC55S16 Microcontroller we configured the pin as P[0][16] as ADC0_8(referred as CH0B) and P[0][2] as ADC0_0(referred as CH0A). In this Configuration unable to read the both channel simultaneously.Is there is possible to read the channel simultaneously?
Hi, @VIGNESH_BABU
The LPC55xx series ADCs support multi-channel sampling, which you can refer to the configuration in the following link:Multiple ADC channels conversion with CTimer trigg... - NXP Community
Hope this helps you.
Best regards, Alex.
Hello @VIGNESH_BABU
It's hard to spot a problem just by looking at the code.
Recommend you refer to the example Alex Wang mentioned above. Also you can use MCXpresso configure tool for peripherals inside MCUXpresso IDE to config. It will generated code by automatically.
If there is still issue, recommend debug step by step to check.
BR
Alice