SPRU513Z August 2001 – October 2023 SM320F28335-EP
You can force the linker to initialize an uninitialized section by specifying an explicit fill value for it in the SECTIONS directive. This causes the entire section to have raw data (the fill value). For example:
SECTIONS
{
.ebss: fill = 0x1234 /* Fills .ebss with 0x1234 */
}