S32K324 Boot jump app issue

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

S32K324 Boot jump app issue

241件の閲覧回数
witness248
Contributor II

hi, experts

now we are working on s32k324 bootloader and app. before we used multi elf files for project, and bootloader can jump to app successfully, by using below method:

boot: jump to (0x004A4004 + 0x1000)

app: intc_vector -> 0x004a5000, Reset_Handler -> 0x004a5420 

but currently, we combine multi elf to single elf:

boot: jump to (0x004A4004 + 0x1000)

app:intc_vector_c0->0x004a5000. Reset_Handler ->0x004a6420 

unfortunately, we encounter a issue

core0:

witness248_0-1750080063412.png

core1:

witness248_1-1750080087899.png

anyone can support us? thanks in advance.

 

0 件の賞賛
返信
1 返信

237件の閲覧回数
danielmartynek
NXP TechSupport
NXP TechSupport

Hello @witness248,

Can you check the addresses in the memory view?

What do you see in the Configurable Fault Status Register (CFSR) core register when the system hits the Undefined Handler?

It could be a memory fault. If that’s the case, please verify the MPU (Memory Protection Unit) configuration.

 

BR, Daniel

0 件の賞賛
返信