It appears that the application is being linked to the 0x11800000 address range. You can check the linker map file to confirm to what address the different sections are getting linked. Then make sure that the ROMS directive in your hex command line completely covers those memory ranges.
So something like:
ROMS
{
FLASH: org=0x11800000, len=0x80000, .....
}