MCU: TM4C1294NCPDTI3
For some reason ADC1 SS1 FIFO1 will not sample data without IE being enabled in the sample sequence step along with END.
The END only step sample starts by a polling session calling the function which issues a Trigger_Processor and executes the sampled data in that same function. The sample is supposed to be ready by END alone and not require IE being present in the step for the sample to at some point exist in the FIFO.
That polling process should not require IE or even an interrupt vector as the sample step is configured for END of sample is complete.
Currently have SS1 working by polling Trigger_Processor during TMR0A (1.6us interval) and sample step set END | IE.
The very odd part is also have to issue a second Trigger_Processor in the interrupt handler after extracting the FIFO data or Exception 11 occurs immediately after POR even with an interrupt priority set on SS1.