Hello,
Whenever the bootloader reaches the _coreEnableEventBusExport_ function it marks the instruction as an undefined entry.
Here's the code for it. There is nothing wrong with it. whenver I load a different example it works perfectly, but when I try another then it just goes to an undefined entry.
.def _coreEnableEventBusExport_
.asmfunc
_coreEnableEventBusExport_
mrc p15, #0x00, r0, c9, c12, #0x00
orr r0, r0, #0x10
mcr p15, #0x00, r0, c9, c12, #0x00
mrc p15, #0x00, r0, c9, c12, #0x00
bx lr
.endasmfunc