Jumping from boot code to the application code
Posted on June 23, 2018 at 08:53Hai, we want to jump from one code located at 0x8000000 to another code located at 0x8040000 . that jump condition is depending on the GPIO line .To jump we used the following code .void APP_JumpToApplication(void){ p...