I want to use timer without interrupt to wait 5s to do a job with S32K144 - SDK version on S32DS. Can you help me !
Hi
If without interrupt how can the timer notify you the 5s is end? You may need to check the flag of that timer periodically.
For example:
LPTMR_DRV_GetCompareFlag
LPIT_DRV_GetInterruptFlagTimerChannels
Have you check if the LPTMR or LPIT meet your needs? Although SDK example are with interrupt, I think you can refer to the part other than interrupt codes.
SDK manual can be found here (C:\NXP\S32DS.3.4\S32DS\software\S32SDK_S32K1XX_RTM_4.0.2\doc\S32SDK_S32K144_UserManual.pdf)
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.
-------------------------------------------------------------------------------