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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

Jump to solution
876 Views
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 Kudos
Reply
1 Solution
855 Views
jingpan
NXP TechSupport
NXP TechSupport

Hi @jake111 ,

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

 

Regards,

Jing

View solution in original post

0 Kudos
Reply
1 Reply
856 Views
jingpan
NXP TechSupport
NXP TechSupport

Hi @jake111 ,

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

 

Regards,

Jing

0 Kudos
Reply