Bootup Delay on S32K146EVB Micro-Controller

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Bootup Delay on S32K146EVB Micro-Controller

1,187件の閲覧回数
Nibesh
Contributor III

#Help


Hello! I’m currently working with an S32K146-Q144EVB board and running code to blink an LED.

  • I want to verify the bootup delay for this setup. Unfortunately, I haven’t found much information in the Reference Manual or the S32K1xx Clock Calculator Guide.
    There is no Timing Diagram for Power on Reset too.
  1. Specific Query:

    • My main question is: How much time does it take for the MCU to jump to the application after a normal reset?
    • Currently, I’m achieving a bootup delay of 4.22 milli-seconds (as shown in the attached Logic Analyzer image).
  2. Request for Clarification:

    • Could you please correlate my doubts and provide insights?
    • I’m also open to feedback from anyone who can help.
    • It’s surprising that technical folks at NXP haven’t responded to such a straightforward question yet.


BR 
Nibesh

0 件の賞賛
返信
1 返信

1,155件の閲覧回数
danielmartynek
NXP TechSupport
NXP TechSupport

Hello Nibesh,

I just replied to your other thread on this topic:

https://community.nxp.com/t5/S32K/Power-on-Reset-of-S32K146-Q144EVBVEVB/td-p/1874579

It is specified in the DS:

danielmartynek_0-1716801986878.png

The execution starts at the reset vector, it goes through the startup code and your custom main.c configuration code before the SW goggles the GPIO, and this cannot be specified by NXP.

 

Regards,

Daniel

0 件の賞賛
返信