Part Number: TMS320F28377S
Other Parts Discussed in Thread: CONTROLSUITE,
Hello,
I have a question on the F2837xS support library v2.10 provided in the controlSUITE package.
In particular, I am now exploring the function of the CLA module on the TMS320F28377S device.
With reference to the project of cla_matrix_mpy, the function of CLA_runTest() listed in the file of cla_matrix_mpy_cpu01.c calls the following function: Cla1ForceTask1andWait().
It seems that the Cla1ForceTask1andWait() function is provided by some library.
And it seems that this function starts the __interrupt void Cla1Task1() listed in the file of matrix_mpy.cla and waits till the Cla1Task1() ends its routine.
Is this Cla1ForceTask1andWait() function the only way to call the CLA processing?
Thank you for yuor guidance.
With regards,
G. Kim