spc560b-cant jump from my bootloader to app code
hi I make my bootloader and app code.in bootloader I have assembly code for branch and in my app code i have a led.
I set app.ld for bootloader to 0.00000000 and set for app code to 0x00010000 address.
It cant be jump
please help me
asm volatile ("e_lis %r3, 0x00010000@h \t\n" //Load Immediate Shifted
"e_or2i %r3, 0x00010000@l \t\n" //OR Immediate
"mtctr %r3 \t\n" //Move To Count Register
"se_bctrl ");
