<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>S32K中的主题 S32K312 RTC Wakeup can't work with FreeRTOS</title>
    <link>https://community.nxp.com/t5/S32K/S32K312-RTC-Wakeup-can-t-work-with-FreeRTOS/m-p/1512679#M17347</link>
    <description>&lt;P&gt;Hi Sir&amp;nbsp;&lt;/P&gt;&lt;P&gt;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?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Arch.PNG" style="width: 394px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/191506iF52F0EA983FB12AE/image-size/large?v=v2&amp;amp;px=999" role="button" title="Arch.PNG" alt="Arch.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;EdwinCYHuang&lt;/P&gt;</description>
    <pubDate>Sat, 27 Aug 2022 08:08:44 GMT</pubDate>
    <dc:creator>EdwinCYHuang</dc:creator>
    <dc:date>2022-08-27T08:08:44Z</dc:date>
    <item>
      <title>S32K312 RTC Wakeup can't work with FreeRTOS</title>
      <link>https://community.nxp.com/t5/S32K/S32K312-RTC-Wakeup-can-t-work-with-FreeRTOS/m-p/1512679#M17347</link>
      <description>&lt;P&gt;Hi Sir&amp;nbsp;&lt;/P&gt;&lt;P&gt;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?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Arch.PNG" style="width: 394px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/191506iF52F0EA983FB12AE/image-size/large?v=v2&amp;amp;px=999" role="button" title="Arch.PNG" alt="Arch.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;EdwinCYHuang&lt;/P&gt;</description>
      <pubDate>Sat, 27 Aug 2022 08:08:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K312-RTC-Wakeup-can-t-work-with-FreeRTOS/m-p/1512679#M17347</guid>
      <dc:creator>EdwinCYHuang</dc:creator>
      <dc:date>2022-08-27T08:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: S32K312 RTC Wakeup can't work with FreeRTOS</title>
      <link>https://community.nxp.com/t5/S32K/S32K312-RTC-Wakeup-can-t-work-with-FreeRTOS/m-p/1513569#M17382</link>
      <description>&lt;P&gt;Hi Edwin,&lt;/P&gt;
&lt;P&gt;The most important point is that if a function/driver uses OS services, it's mandatory to call them after starting the scheduler.&lt;/P&gt;
&lt;P&gt;So, initialization functions should be called from a task because OSIF is used in many of them.&lt;/P&gt;
&lt;P&gt;I can remember this discussion which could be helpful:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.freertos.org/FreeRTOS_Support_Forum_Archive/March_2017/freertos_What_is_normal_method_for_running_initialization_code_in_FreerTOS_92042073j.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.freertos.org/FreeRTOS_Support_Forum_Archive/March_2017/freertos_What_is_normal_method_fo...&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Lukas&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2022 05:03:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K312-RTC-Wakeup-can-t-work-with-FreeRTOS/m-p/1513569#M17382</guid>
      <dc:creator>lukaszadrapa</dc:creator>
      <dc:date>2022-08-30T05:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: S32K312 RTC Wakeup can't work with FreeRTOS</title>
      <link>https://community.nxp.com/t5/S32K/S32K312-RTC-Wakeup-can-t-work-with-FreeRTOS/m-p/1513789#M17402</link>
      <description>&lt;P&gt;Hi Sir ,&amp;nbsp;&lt;/P&gt;&lt;P&gt;It need time to search its solution that it can't work with FreeRTOS. ( RTC Wakeup could work without FreeRTOS. )&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your suggestion , I will look for it at same time , and then , when you have an idea , please help me .&lt;/P&gt;&lt;P&gt;Best Regartds.&lt;/P&gt;&lt;P&gt;EdwinCYHuang&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2022 09:32:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K312-RTC-Wakeup-can-t-work-with-FreeRTOS/m-p/1513789#M17402</guid>
      <dc:creator>EdwinCYHuang</dc:creator>
      <dc:date>2022-08-30T09:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: S32K312 RTC Wakeup can't work with FreeRTOS</title>
      <link>https://community.nxp.com/t5/S32K/S32K312-RTC-Wakeup-can-t-work-with-FreeRTOS/m-p/1756874#M28626</link>
      <description>&lt;P&gt;Can you please provide the zip file of the project, as I am trying to do RTC wakeup in s32k312 using freertos.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2023 11:31:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K312-RTC-Wakeup-can-t-work-with-FreeRTOS/m-p/1756874#M28626</guid>
      <dc:creator>Akhil1</dc:creator>
      <dc:date>2023-11-14T11:31:18Z</dc:date>
    </item>
  </channel>
</rss>

