I am using S32k324
I have bootloader address - 0x4000
I have application address - 0x50400
I am using the watchdog timer in my application, which generates the interrupt when the window time period is expired. Now when the window time period is expired i wanted the program to be executed from the address 0x50400 is it possible ??
I tried it but i am getting hard fault once i jump back 0x50400.
Plz let me know wat are the other parameter that has to taken care.