10 b UndefinedInstruction
19 ldr sp, = 0x0020FFF8 @ initialize stack pointer to top of RAM
20 bl CopyBootToRAM @ copy bootloader to RAM (in case the
21 @ user re-flashes the bootloader)
22 ldr r3, = 0x00200000 @ start address of RAM bootloader
28 b UndefinedInstruction