Part Number:TMS320F28379D
All:
On ADCA, I have two inputs that I would like to set up trigger select for software (A14, A15), and several others that would be setup for PWM, such as PWM1 driving A0, PWM2, driving A1, and so on.
Can this be done?
If so, can I distinguish in the ISR the difference between software-generated (A14, A15) and PWM-generated interrupts?
Should I think about setting up the PWM-generated interrupts with DMA, so that a DMA interrupt would be generated?
(As far as I can tell, there are no examples that show a "mix" of interrupt triggers...)