How to revert applications in HCS12X?

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

How to revert applications in HCS12X?

跳至解决方案
1,158 次查看
kuksu
Contributor II

hello
Is there a way to revert the application during bootloader operation on the HCS12X series chip?
example:
- Unexpected interruption during flash erase in bootloader
- The application operates normally after reset
- Assuming that the application is already loaded
I can't seem to find the code in AN4258.

0 项奖励
回复
1 解答
1,129 次查看
lama
NXP TechSupport
NXP TechSupport

Hi,

I suggest to check CRC of the application before you jump into it to be sure it is OK.

In the case you want to use, go back, into the original application than it is necessary to split flash into 2 spaces and use A/B swap method where new apps is switched to after it is chceck and we still have possibility to go to the previous apps. The issue of this method is the size of the memory.

Best regards,

Ladislav

在原帖中查看解决方案

0 项奖励
回复
2 回复数
1,100 次查看
kuksu
Contributor II

In the end, it seems like there is only a dual bank method.
thank you

0 项奖励
回复
1,130 次查看
lama
NXP TechSupport
NXP TechSupport

Hi,

I suggest to check CRC of the application before you jump into it to be sure it is OK.

In the case you want to use, go back, into the original application than it is necessary to split flash into 2 spaces and use A/B swap method where new apps is switched to after it is chceck and we still have possibility to go to the previous apps. The issue of this method is the size of the memory.

Best regards,

Ladislav

0 项奖励
回复