Dear,
I want to multiply two matrices with real number elements on my Delfino F28377D microcontroller.
I tried to implement your example "cla_matrix_mpy" to use a benefits of CLA unit. But I couldn't do it and I am not sure why this happens, I want to figure out it.
My question is: can I start CLA matrix multiplication in my ISR interrupt routine, or I can do it only in the main loop of the processor (not in the processor's interrupt ISR routine) as your example "cla_matrix_mpy" shows?
Thank you!