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.

TMS320F280049: Any example code for data exchanging between CLA and C28x?

Part Number: TMS320F280049
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?