Hello
I have tested the S32k344's Rtc wake up.And i find only set to 1S to wake up,other can not.Could you help me?
Thanks.
Solved! Go to Solution.
Hi Lu,
Please see the attached S32K3 standby RTC wakeup demo Build on S32K3EVB and S32K344-WB with RTD LLD 0.9.0 and S32DS3.4. In this example, it was set to 5s wakeup period by RTC instead of API. For more details please see the readme.txt.
Best wishes.
Jeremy He
Hi Lu,
Please see the attached S32K3 standby RTC wakeup demo Build on S32K3EVB and S32K344-WB with RTD LLD 0.9.0 and S32DS3.4. In this example, it was set to 5s wakeup period by RTC instead of API. For more details please see the readme.txt.
Best wishes.
Jeremy He
Hi ,
Do you have example using RTD MCAL ?
I am using S32DS tool to config. Do you have other project using both mcal and S32DS tool? I want to open config file to see configuration of MCU module.
Hi
Do you mean config MCAL with S32CT(RTD High Level Driver)? Currently we don't have this, may add it in the future.
Best Regards,
Jeremy
Hi luyq,
If you configure RTCVAL to 1s, then you may need to modify APIVAL and use RTC API wakeup.
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.
-------------------------------------------------------------------------------
I originally used APIVAL,but it doesn't work.