This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320F28377D: Change variable definition cause the codes run out

Part Number: TMS320F28377D


Dear expert,

My customer define a variable as: const volatile uint16 Gain_C_PedlFilterCoef = 10U; The software runs properly. Then he change the variable definition into: volatile  uint16 Gain_C_PedlFilterCoef = 10U; Then the software will run out.

He look into the .map file, find that the address assigned to the variable is changed from FLASH(0X913DF)to RAM(0X9D03). Please help to find out why the issue occur? Thank you so much.