Other Parts Discussed in Thread: C2000WARE
In C2000Ware 1.0.6, We have there example code in \driverlib\f28004x\examples\cla , learning about trigger Task in CLA and interrupt C28x at end of Task.
However, It makes no mention of transfetring the result value of "filter_out" to C28x.
Is any sample code for data exchanging using MSGRAM?
Since dataram of CLA (.bss_cla) is located at LSRAM and C28x can access LSRAM.
Can C28x/CLA get parameter value of CLA/C28x by pointing to the adderss of LSRAM rather then use MSGRAM?