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.
