The program jumps to the address but stuck in HAL_Delay() without HAL_Delay() its work perfectHere is the code...........static void goto_application(void){ printf("Gonna Jump to Application\r\n"); void (*app_reset_handler)(void) = (void*)(*((volatil...