How to revert applications in HCS12X?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

How to revert applications in HCS12X?

ソリューションへジャンプ
1,153件の閲覧回数
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,124件の閲覧回数
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,095件の閲覧回数
kuksu
Contributor II

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

0 件の賞賛
返信
1,125件の閲覧回数
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 件の賞賛
返信