SPRU513Z August 2001 – October 2023 SM320F28335-EP
The --fill_value option fills the holes formed within output sections. The syntax for the option is:
--fill_value= value
The argument value is a 32-bit constant (up to eight hexadecimal digits). If you do not use --fill_value, the linker uses 0 as the default fill value.
This example fills holes with the hexadecimal value ABCDABCD:
cl2000 --run_linker --fill_value=0xABCDABCD file1.c.obj file2.c.obj