<?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>topic Re: Adding FreeRTOS component to a project does not run it. in S32 SDK</title>
    <link>https://community.nxp.com/t5/S32-SDK/Adding-FreeRTOS-component-to-a-project-does-not-run-it/m-p/852279#M763</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The comment says "&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Macro PEX_RTOS_START is defined by the RTOS component" - while in reality it is defined by the user. At a minimum the comment should be changed as it is misleading.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Feb 2019 18:13:49 GMT</pubDate>
    <dc:creator>freddy_ben-zeev</dc:creator>
    <dc:date>2019-02-11T18:13:49Z</dc:date>
    <item>
      <title>Adding FreeRTOS component to a project does not run it.</title>
      <link>https://community.nxp.com/t5/S32-SDK/Adding-FreeRTOS-component-to-a-project-does-not-run-it/m-p/852277#M761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've created an S32DS Application project and added to it the FreeRTOS component. The RTOS is never started. In the main.c file there are the following lines:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt;/*** RTOS startup code. Macro PEX_RTOS_START is defined by the RTOS component. DON'T MODIFY THIS CODE!!! ***/&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px;"&gt;#ifdef PEX_RTOS_START&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px;"&gt;&amp;nbsp; PEX_RTOS_START(); /* Startup of the selected RTOS. Macro is defined by the RTOS component. */&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px;"&gt;#endif&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 15px;"&gt;Unlike what the comment says there is no PEX_RTOS_START defined in any place I could find. When I looked on the FreeRTOS example&amp;nbsp;program (freertos_s32k148) it defines PEX_RTOS_START in the main.c file and points it to a function in the project (in rtos.c).&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;I've defined it to the function that starts the scheduler and it works fine, but this comment is misleading.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2019 23:12:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/Adding-FreeRTOS-component-to-a-project-does-not-run-it/m-p/852277#M761</guid>
      <dc:creator>freddy_ben-zeev</dc:creator>
      <dc:date>2019-02-08T23:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: Adding FreeRTOS component to a project does not run it.</title>
      <link>https://community.nxp.com/t5/S32-SDK/Adding-FreeRTOS-component-to-a-project-does-not-run-it/m-p/852278#M762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is way how starting FreeRTOS is implemented by SDK. The code can be rewritten by Processor Expert, that's why there is used macro&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;PEX_RTOS_START defined by user and pointing to rtos startup function.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Jiri&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2019 09:05:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/Adding-FreeRTOS-component-to-a-project-does-not-run-it/m-p/852278#M762</guid>
      <dc:creator>jiri_kral</dc:creator>
      <dc:date>2019-02-11T09:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: Adding FreeRTOS component to a project does not run it.</title>
      <link>https://community.nxp.com/t5/S32-SDK/Adding-FreeRTOS-component-to-a-project-does-not-run-it/m-p/852279#M763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The comment says "&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Macro PEX_RTOS_START is defined by the RTOS component" - while in reality it is defined by the user. At a minimum the comment should be changed as it is misleading.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2019 18:13:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/Adding-FreeRTOS-component-to-a-project-does-not-run-it/m-p/852279#M763</guid>
      <dc:creator>freddy_ben-zeev</dc:creator>
      <dc:date>2019-02-11T18:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: Adding FreeRTOS component to a project does not run it.</title>
      <link>https://community.nxp.com/t5/S32-SDK/Adding-FreeRTOS-component-to-a-project-does-not-run-it/m-p/852280#M764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Freddy,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you are right - the comment is confusing. I'll create usability issue ticket for SDK team. Thank you.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jiri&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2019 05:51:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/Adding-FreeRTOS-component-to-a-project-does-not-run-it/m-p/852280#M764</guid>
      <dc:creator>jiri_kral</dc:creator>
      <dc:date>2019-02-12T05:51:23Z</dc:date>
    </item>
  </channel>
</rss>

