This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/TMS320F28377S: TMS320F28377S

Part Number: TMS320F28377S
Other Parts Discussed in Thread: CONTROLSUITE

Tool/software: Code Composer Studio

 I had a question to the CLA example in controlsuite, : when ADC interrupt is received by cla, should the adc program be put in the cla task function or cla_isr function? is it correct that cla_isr function is executed by cpu and task by cla?