S32K324 Boot jump app issue

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

S32K324 Boot jump app issue

235 次查看
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 回复

231 次查看
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 项奖励
回复