I am trying to understand how to set up 6 adc channels for periodic conversion as a group on the LPC5506, M33 core. I am used setting up a FIFO array on a Kinetis MKE02Z micro to automatically let the micro perform a batch of conversions.
The example projects set up one channel and perform a conversion. It seems hard to believe for a group conversion of the 6 adc channels that each channel needs to be set up before each and every conversion.
Would you please shed some light on how to perform periodic conversion for a group of adc channels?