Hi Sir
The figure below is my architecture. I refer to the forum example(s32k344) and implement s32k312 RTC Wakeup. Now if the operating system joins freeRTOS, what needs to be adjusted?
thanks
EdwinCYHuang
Can you please provide the zip file of the project, as I am trying to do RTC wakeup in s32k312 using freertos.
Hi Edwin,
The most important point is that if a function/driver uses OS services, it's mandatory to call them after starting the scheduler.
So, initialization functions should be called from a task because OSIF is used in many of them.
I can remember this discussion which could be helpful:
Regards,
Lukas
Hi Sir ,
It need time to search its solution that it can't work with FreeRTOS. ( RTC Wakeup could work without FreeRTOS. )
Thanks for your suggestion , I will look for it at same time , and then , when you have an idea , please help me .
Best Regartds.
EdwinCYHuang