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.

TMS320F28379D: Manually launch interrupts from CLA to CPU using driverlib

Part Number: TMS320F28379D
Other Parts Discussed in Thread: C2000WARE

Hi,

I am trying to cancel the CLA End-of-Task interrupt to trigger it manually using the CLA_enableSoftwareInterrupt() and CLA_forceSoftwareInterrupt() functions defined in C2000Ware v3.4.0.00. I have done it with the F28388D and driverlib and it works fine. Now, I am trying to repeat it in the F28379D but CLA1_ONLY_BASE and ClaOnlyRegs, which are defined for F28388D, they are not for F28379D.

Am I not able to find where the CLA_SOFTINT_REGS base is defined or do I have to define it myself?

Thank you in advance!

BR,

Javier