hi ,
I am defining an array in CLA file. However, when I debug through ccs, the variable reads 0 in the watch window.
float x[] = {1,2};
The x size is correct in CCS watch window but the values are 0.
Can we not use arrays inside CLA?
Thanks,
Mukul