how to find the boot time

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

how to find the boot time

2,109 次查看
ambarishhundeka
Contributor III

Hi NXP Team,

I am using the default configuration settings in our  project(S32K144 controller) , need to find the boot time(time between hardware reset to main).

how to find the boot time ?

is there any way to find the boot time in S32 Design studio IDE?

how much is the boot time for default configuration of the S32 Design project?

Regards,

Ambarish

标签 (1)
1 回复

1,860 次查看
martin_kovar
NXP Employee
NXP Employee

Hello,

only boot time, which is defined, is time from power on reset to first executed instruction.

pastedImage_1.png

Time from first instruction to reach main function is application dependent, because there is startup code which can be different for every application.

It is not possible to find this time in S32 Design Studio, but you can simply measure this time.

Connect oscilloscope to reset line (first channel). Place the code which toggle some pin into your main function and connect the oscilloscope to this pin (second channel).

Now set trigger to reset line (change from logic 0 to logic 1) and measure the time to pin toggle.  

Regards,

Martin