hello,
I have a bootloader that load the adress of an application and jump to it.
as we can see here the adress of the resetISR is 0x600122b4
I would expect the adress of appEntry will be also 0x600122b4 but when i check it, it is 0x600122b5 yet it works and the jump happens.
I am trying to understand why it works and where did this offset of 1 come from
thanks
已解决! 转到解答。