How does IVT header add in front of the binary in the case of IDE?

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

How does IVT header add in front of the binary in the case of IDE?

ソリューションへジャンプ
1,340件の閲覧回数
jake111
Contributor I

As we know the binary of i.MX MCU needs a header called IVT(Image Vector Table) to indicate where the binary moves to.

I know that  XIP_BOOT_HEADER_ENABLE decides whether the binary add the header or not.But I wonder where is the code to accomplish this and how does the parameter in IVT be filled?

0 件の賞賛
返信
1 解決策
1,319件の閲覧回数
jingpan
NXP TechSupport
NXP TechSupport

Hi @jake111 ,

Please see the .ld file in the project and evkmimxrt10x0_flexspi_nor_config.c.

 

Regards,

Jing

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
1,320件の閲覧回数
jingpan
NXP TechSupport
NXP TechSupport

Hi @jake111 ,

Please see the .ld file in the project and evkmimxrt10x0_flexspi_nor_config.c.

 

Regards,

Jing

0 件の賞賛
返信