Hello. I am experienced in development on the Tm4c123gh6pm 64 pin chip. I would now like to move my software to the Tm4c123gh6pz and make use of the additional 12 ADC inputs. Using sample sequencer 0 on each ADC, I should have no problem processing 16 inputs. I am now trying to find the best way to sample the final 6 inputs.
My first thought is to add 3 inputs to SS1 for each ADC, and set the priority to a lower value than SS0. I have not attempted to use multiple sequencers feeding a single ADC, so does anyone have any suggestions, comments, or ideas of a better or more recommended way to sample all 22 inputs?
As a further note, I am currently using a processor trigger to kick off each sequence, then processing the data when the sequence complete interrupt is generated.
Thank you for your time and consideration.