How long take it to reach main function.

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

How long take it to reach main function.

666 Views
youngguekim
Contributor III

Hi. I am using MPC5644A.

 

and I want to know How long take it to reach "main" function ( Time to execute startup codes )

 

Thank you.

Labels (1)
0 Kudos
Reply
1 Reply

407 Views
martin_kovar
NXP Employee
NXP Employee

Hi,

the time to reach main function is software dependent. It is directly proportional to the length of the startup code and also frequency. If you look at the e200z4 core reference manual, you can find there, how long does it take to execute each instruction.

http://cache.nxp.com/files/32bit/doc/ref_manual/e200z4RM.pdf?fsrch=1&sr=1&pageNum=1

With this knowledge, you are able to calculate the time of the startup.

Regards,

Martin

0 Kudos
Reply