I would like to know if there is a way to specify a default fill value for all code memory (flash) not used by the linker, i.e., where there are "GAPS" there should be a specified fill value.
I would like this default value to carry all the way to Intel Hex files.
Currently, my Intel Hex files do not give complete coverage of the code (flash) memory. Rather than manually reading the Intel Hex file and manually filling gaps, how can I force fill these gaps with a specified value?
I could not find the answer to this in the compiler, assembler, linker, OH51 manual, nor discussion threads nor forums.
Thanks! Matt