Unable to jump from boot loader to application when external clock using

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

Unable to jump from boot loader to application when external clock using

跳至解决方案
1,654 次查看
saileshpandey
Contributor I

Hello,

 

I am making very first time boot loader for MC56F8257.

I succeed in making simple boot loader which can download application Via CAN communication.

 

for development I was using simple LED program and now my boot is able to download Application and after checking

checksum able to jump to application ( Application entry address is hardcode) . And application is running properly even in

new power cycle( power OFF then power ON).

 

But when I am trying downloading original application then I am getting problem in jumping to application(after executing JUMP instruction its hanging or lost some where).

After investigating I came to know that, when ever I am using External Clock in application then I am getting problem while jumping to application.

 

I tried resetting COP timeout also in application starting but then also nothing happen after executing JUMP instruction its hanging or lost some where.

I know its some problem related to peripherals.

 

Please let me know if solution is there or anything wrong I am doing.

 

Thanks

标签 (1)
0 项奖励
回复
1 解答
1,327 次查看
saileshpandey
Contributor I

Problem got resolve.

mainly we have to change vector base address before starting application using INTC_VBA.

thanks

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,328 次查看
saileshpandey
Contributor I

Problem got resolve.

mainly we have to change vector base address before starting application using INTC_VBA.

thanks

0 项奖励
回复