Following on from the related question, now I am generating an additional hex file only for FLASHM in the F28379D:
..\CPU1_FLASH\OBC_CPU1.out
--image
--intel
ROMS
{
CAL_PARAMS: org = 0xBC000, len = 0x2000, romwidth = 16, fill = 0xFFFF
files = { OBC_CPU1_CAL.hex }
}
The hex file contents are correct but I get the following warning among many others of the same type:
warning: section ..\CPU1_FLASH\OBC_CPU1.out(.cinit) at 080028h falls in unconfigured memory (skipped)
From the answer to the related question, I understand that hex2000 is warning me about items outside of the org and length area. However, it is my intention to exclude anything but the target range so ideally I do not want to be warned about it.
Can I suppress this warning please and, if so, how?
Thank you.