1908150_en-US

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

1908150_en-US

1908150_en-US

[S32K3] Bootloader jump to bootloader

Dear

I am developing bootloader. But I have difficult in jumping(bootloader to application),

So I am testing jump routine to bootloader from Bootloader like below.

But I got the error like picture 1.

Could you recommend some debugging point? 

Thank in advance.


picture 1)

Changhawn_0-1721004879421.png


picture 2)

Changhawn_1-1721004956515.png


picture 3) code

Changhawn_3-1721004992600.png


picture 4) loader file

Changhawn_4-1721005010147.png


Re: [S32K3] Bootloader jump to bootloader

Share your current situation.

I confirmed that it jumps with the bootloader and application made with dummy simple code.

Currently, I am checking the jump from bootloader to application in the current project.

and will check the loader file, system.c, and startup_cm7.S files regarding application booting.


Re: [S32K3] Bootloader jump to bootloader

Dear danielmartynek.

When I try todo with your guide, still have problem like below picture 1).

picture 2) is register view before running application_reset_handler

I will check and search this problem in Community. If you give some guide, thank you very much.


picture 1)

Changhawn_0-1721176995582.png


picture 2)

Changhawn_1-1721177025420.png


Re: [S32K3] Bootloader jump to bootloader

Hi @Changhawn,

I has been discussed a few times already.

For example here:

https://community.nxp.com/t5/S32K/S32K312-bootloader-jump-to-application-issue/td-p/1795729

You need to step through the code and check the flash values at the addresses.


Regards,

Daniel



Re: [S32K3] Bootloader jump to bootloader

Without any controling. I can confirm jump Reset_handler() again.

But I got the Error befor main() like below picture. Still debugging the reason.


    jump_to_application = (*(volatile uint32_t *)0x00401004);
    jump_to_application();
 
 
Changhawn_0-1721030261641.png
タグ(1)
評価なし
バージョン履歴
最終更新日:
‎11-21-2025 11:03 PM
更新者: