Other Parts Discussed in Thread: TMS320F280049
Tool/software:
I would like to inquire about the interrupt priority in PFC CLA using TMS320F280049 MCU as follows. Please review it.
-. Inquiry content:
1. Inquiry on setting interrupt priority in CLA
2. SDFM sensing interrupt priority, how to execute without interference from PWM control interrupt
ttplpfc_clatask.cla
__attribute__((interrupt)) void Cla1Task1 ( void ) // CLA_TRIGGER_SDFM1DRINT1, frequency 1.2Mhz, execution time 417ns
__attribute__((interrupt)) void Cla1Task2 ( void ) // CLA_TRIGGER_EPWM3INT, frequency 100khz, execution time 833ns

Thanks and regards,
Jang