application code start address

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

application code start address

1,569 Views
abdelrhman
Contributor III

in MPC5744P, cpu0_reset_vec, in the linker file, points to the application start address, doesn't it ? 

0 Kudos
Reply
3 Replies

1,556 Views
petervlna
NXP TechSupport
NXP TechSupport

Hello,

It points to the address where the code execution will start after valid RCHW is found at address 0x00FA0000.

In this care the application will start at address defined at 0x00FA0004.

petervlna_0-1659689955232.png

petervlna_1-1659690141716.png

 

Best regards,

Peter

 

0 Kudos
Reply

1,564 Views
abdelrhman
Contributor III

Yes, I'm referring to the linker_flash.Id linker file of example application projects 

0 Kudos
Reply

1,565 Views
petervlna
NXP TechSupport
NXP TechSupport

Hello,

well, this depends on what you have in linker. You can define any kind of label for it.

Are you referring to any specific linker file?

Simply have a look at cpu0_reset_vec section definition and you will see where starts and ends.

Best regards,

Peter

0 Kudos
Reply