how application got valid

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

how application got valid

479 Views
mohammads0019
Contributor II

Hello Guys , Does any one know , how the bootloader consider is the application is valid or not.. in Kinetis Bootloader code, I am using FRDM kl25z board...

Labels (1)
Tags (2)
0 Kudos
1 Reply

363 Views
Jorge_Gonzalez
NXP Employee
NXP Employee

Hello Mahammad Sathalya:

The application entry point or jump address is taken from the application's vector table at the application offset (e.g. for KL25 the offset is 0x8000 by default). Then the jump address is validated as next:

pastedImage_2.png

Regards!,
Jorge Gonzalez

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos