My code is generated from HAL. Cpu is tms570ls3137
My program have defined some static array, for example:
const ss[10]={1,1,1,1};
I found that the value of "ss" array have changed when program run into main()
It is possible to been changed from "sys_startup.c".
Is it right? This CPU does not allow the definition of static data?
Give me some suggestion ,thank you !