Hi,
In F2837xD_TempSensorConv.c file "int32 tempSensor_tempSlope", "Uint16 tempSensor_tempOffset" variables are declared.
I read the core temperature using the functions in "TempSensorConv.c". It works normally, but if I add a new static variable inside the main.c "tempSensor_tempSlope" variable value becomes 2.147.483.648 and "tempSensor_tempOffset" value 65535 automatically. I have already defined some static variables, they are ok, but I cannot add anymore. I checked .map file .ebbs section. ebss section is located at RAMGS1-4 in the linker and there are plenty room for new variables.
Is there any idea, what could cause this?