Part Number: AM5728
Tool/software: TI C/C++ Compiler
Dear TI,
We were compiling some test code and found that it was compiling 2 wrong constant values into the constant table.
So upon startup in main, it tries t initialize the variable, and correctly copies all the values from the constant table, BUT the constant table is wrong compared to the C code list...
ie we have a variable
float var[SIZE] = {values, values, values... };
and 2 of the values in the constant table are not what they are in the initializer list.
TIV8.1.5 is the compiler being used for you C66x on the AM5728.

