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

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

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

1,388件の閲覧回数
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,374件の閲覧回数
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,366件の閲覧回数
fengxianeric
Contributor IV

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