Hi!
I've been trying to create a module to work with the sample sequencers and I couldn't find anywhere what would happend if I tried to read more than the sequencer's FIFO max size.
TM4C123GH6PM supports 12 analog channels, but SEQ0 has a FIFO of size 8. For me this means I can configure the priority of channels from 0 to 7 and declare the end of the sequence using ADCSequenceStepConfigure(). Does this means that SEQ0 can only read 8 channels max? For the other 4 channels I'd need to use another sequencer like SEQ1 that has a FIFO of size 4?
Sorry if this is answered on the datasheet, I read it thoroughly but could't find anything on this matter.