Hello,
I am working on custom bootloader over RF mcu MKW01Z128. Now the bootloader puts all bin file (work application) in the address 0x8E00. After start the app, and program jumps to the address 0x8E00 and after I debuged in disasembler and it calls Hardware hendler.
I checked, the bin file was copied in correct address and the Linker file is correct too for the app.
define symbol __region_ROM_start__ = 0x0000E800;
define symbol __region_ROM_end__ = 0x0001FFFF;
Maybe I messed some thing..