how application got valid

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

how application got valid

1,070 次查看
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...

标签 (1)
标记 (2)
0 项奖励
回复
1 回复

954 次查看
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 项奖励
回复