From the initial program I save the other program in data memory and I want to jump and execute this second program. How can I do it? Thanks!!!
// call a function at an absolute memory location (0x1234) ( ( void (*)(void) ) 0x1234 ) ();