Wrong Bootloader Start Address

I created a custom bootloader based on the SDK 15.3.0 secure bootloader.  At location 0xFF8 I defined the uicr bootloader start address as 0xE4000 but my bootloader actually starts at 0xE8000.  0xE4000-0xE7FFF are all 0xFF.  Will my application still start the bootloader correctly by seeing all the FFs and skipping them until it gets to 0xE8000?

Related