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,261 次查看
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,240 次查看
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,241 次查看
jingpan
NXP TechSupport
NXP TechSupport

Hi @jake111 ,

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

 

Regards,

Jing

0 项奖励
回复