Why did they get different entry addresses for ds binary files ?

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

Why did they get different entry addresses for ds binary files ?

1,401 次查看
fengxianeric
Contributor IV

Hi I compiled can-llce-can2can sample binaries from ds, and got info,

0x34501000 address from the map file,

fengxianeric_0-1688371616248.pngfengxianeric_0-1688371616248.png

0x34000010 from elf file,

fengxianeric_1-1688371679859.pngfengxianeric_1-1688371679859.png

So which address for reset handler address ? both could be workable ?

Thanks

 

0 项奖励
回复
2 回复数

1,387 次查看
Daniel-Aguirre
NXP TechSupport
NXP TechSupport

Hi,

Once relates to the interrupt vector (intc_vector) while the other relates to the Reset_Handler address.

For creating the blob image, we commonly use the intc_vector address for the entry point. For other applications (i.e. the NXP provided bootloader or HSE) a predefined value is given, for which it must be followed.

Please, let us know.

0 项奖励
回复

1,379 次查看
fengxianeric
Contributor IV

Thanks interpreting, I am just working on bootable blob image,so do apologize for not clearly understanding,thanks