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.
Tool/software: Code Composer Studio
HI everybody ,
I m on F28374D , using CCS8.1 and compiler 18.x LTS .
basically I use an area in L2 memory , CLA writes data and C28x reads the same variables ( read and write properties are fixed ) .
now if I declare CLA variables in .cla file , issue is clear : C28x gets wrong values .
if I declare CLA variable ISSUE in Strcture in L2 exchanging data from CLA.docx in a separate file .c like globalvariables.c , C28x reads data correctly.
in attach you get screenshots and more details .
could you confirm me what I found and proper way to declare Struct used in L2 by CLA ( write ) and C28x (read )
regards
Carlo