LM3S, TM4C processors with PWM generators
Seems odd there are 3 ADCEMUX event trigger sources for 3 separate PWM modules in each Sequencer. Any single one ADC event trigger source will work with the PWM module having all 3 ADC triggers enabled. However when all 3 trigger sources are configured in the ADC SSIO Event Mux for different FIFO sequencers the ADC breaks down and will not sample.
The ADC event trigger sources for each sequencer use the word PWM module 0-2 making it sound as if there are more than one PWM module when in fact there are 3 generators in the entire PWM module of the M3 MCU. The 3 generator triggers are illustrated being tied together in the PWM module. The word module in this context infers a container or vessel which the LM3 Stellaris PWM data sheet text uses to infer the generator as well. TM4 datasheet text makes an effort to distinct the entire PWM module from the individual generator.
If the PWM module generators triggers are all tied together as a single trigger why are there now 4 PWM modules in the TM4C ADC0 event trigger Mux when only one is valid?
The HWREG configuration 3 event triggers are enabled for the PWM generators 3 triggers stops all sampling. Why is 0xE reserved in the M3 when there are the same valid bit assignments in each of the SSIOX events trigger sources?

