Part Number: TMS320F280049C
Hi,
Since CLA compiler supports using .const_cla section, so I think I can use global or static variables with initial values in .cla file,
but CLA compiler gives me an error message as below:

the global variable definition statement that causes the compile error is as follows:

I know if a global variable is shared by CPU and CLA, and the variable is put in ClaToCpuMsg section,
the CLA code needs to initialize this variable in Cla1Task8, but if this variable is only used in CLA, .const_cla is the
section for it.
Is this my misunderstanding about .const_cla? or I have any way to avoid the compile error?
The project file is attached.
4786.1-ph Pwm with DC input (C code).zip
thanks,
Jiakai