Hi SreejithN,
I didn't see clock configuration changed in startup code:
startup code AN5413 SDK.png
Note FOPT[LPBOOT] controls the reset value of clock divider of IRC 48 Mhz to feed the Core and platform clocks.
FTFC_FOPT[LPBOOT].png
Here is the Default configuration after reset:
Default configuration after reset.png
28.3.4 Run Clock Control Register (SCG_RCCR).png
I think you can refer to the S32K1 SDK example to initialize the clock module in the main function:
/* Initialize clock module */
status = CLOCK_DRV_Init(&clockMan1_InitConfig0);
Best Regards,
Robin
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------