Custom generate their application project code to be image bin file for OAD purpose. Consider they will put the BIM bootloader code from the Flash address 0x0, so they want to change the application project code from original flash start address 0x0 to other address such as 0xB100.
They modify the flash start address in application code project icf file in IAR environment as below picture, then generate the new image bin file, however they found the new image bin content seem not correct, there are still some data before 0xB100 address.
Does any other setting need to configure?