Hello.
I am using the F28377S, and I am trying to optimize my time execution by passing bigger arrays to the CLA tasks, instead of calling the task for every item of my account. For example calculating the Logarithm for a full 512 point FFT magnitude.
However, I have noticed that the space for passing by variables between CPU1 and CLA1 is determined by CLA1_MSGRAMLOW and CLA1_MSGRAMHIGH definitions.
Is it possible to change those memory sections without issues?
Which is a recommended setup?
Thank you