<?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>S32 SDKのトピックRe: RTOS based project Mpc5777c</title>
    <link>https://community.nxp.com/t5/S32-SDK/RTOS-based-project-Mpc5777c/m-p/869175#M845</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;1. You can use AutorarOS, ARCCORE, FreeRTOS,&lt;/P&gt;&lt;P&gt;2. Yes, you can port your code into any OS I guess. This will however require knowledge of such OS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;In short while creating with SDK and RTOS project it is possible to do system clock,SIU settings without using .pe&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I am confused by this question. Could you be more specific?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Apr 2019 08:33:48 GMT</pubDate>
    <dc:creator>petervlna</dc:creator>
    <dc:date>2019-04-01T08:33:48Z</dc:date>
    <item>
      <title>RTOS based project Mpc5777c</title>
      <link>https://community.nxp.com/t5/S32-SDK/RTOS-based-project-Mpc5777c/m-p/869174#M844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Initially it is planned for my project to work without RTOS fr Mpc5777c&amp;nbsp; but due to some requirements it possible to move in to an RTOS environment.&lt;/P&gt;&lt;P&gt;1. Which RTOS is supported / can be used&amp;nbsp; - FreeRTOS?&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Its possible to create application code without using processor expert i mean some existing app code initaially created for non rtos , can be ported without much change while using SDK /RTOS based project.&lt;/P&gt;&lt;P&gt;In short while creating with SDK and RTOS project it is possible to do system clock,SIU settings without using .pe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Apr 2019 06:46:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/RTOS-based-project-Mpc5777c/m-p/869174#M844</guid>
      <dc:creator>vignesh_v</dc:creator>
      <dc:date>2019-04-01T06:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: RTOS based project Mpc5777c</title>
      <link>https://community.nxp.com/t5/S32-SDK/RTOS-based-project-Mpc5777c/m-p/869175#M845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;1. You can use AutorarOS, ARCCORE, FreeRTOS,&lt;/P&gt;&lt;P&gt;2. Yes, you can port your code into any OS I guess. This will however require knowledge of such OS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;In short while creating with SDK and RTOS project it is possible to do system clock,SIU settings without using .pe&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I am confused by this question. Could you be more specific?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Apr 2019 08:33:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/RTOS-based-project-Mpc5777c/m-p/869175#M845</guid>
      <dc:creator>petervlna</dc:creator>
      <dc:date>2019-04-01T08:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: RTOS based project Mpc5777c</title>
      <link>https://community.nxp.com/t5/S32-SDK/RTOS-based-project-Mpc5777c/m-p/869176#M846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; I went through certain examples of SDK project with RTOS.&lt;/P&gt;&lt;P&gt;I also may need the environment for development of a file system for storage of data in flash using SPI which interfaces with MPc5777c&lt;/P&gt;&lt;P&gt;and may require to do a tftp client implementation. As per my understanding these modules shall require SDK environment with RTOS.&lt;/P&gt;&lt;P&gt;I had previously manually configured registers using manual coding used interfaces like UART polling and CAN etc also by the same.&lt;/P&gt;&lt;P&gt;but when i use it with SDK environment.&lt;/P&gt;&lt;P&gt;1.can i reuse this part of the code which I had already developed in a non RTOS environment.&lt;/P&gt;&lt;P&gt;2.If its not possible how can processor expert tool be used to do the clock ,pin and&amp;nbsp; peripheral initialisations and used to communicate.&lt;/P&gt;&lt;P&gt;3.if we use &lt;SPAN&gt;processor expert tool&amp;nbsp;&lt;/SPAN&gt;is it possible to change a pin configuration at runtime. say i need a pin initially as uart TX and in between can i change it on an interrupt by application to a normal GPIO read/write and then back to Uart TX. I know this is possible manually when we write but can this be achieved even when we use &lt;SPAN&gt;processor expert tool&lt;SPAN&gt;&amp;nbsp;for initialisations of clock,pins and peripherals.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Thanks in Advance,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Vignesh&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Apr 2019 08:48:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/RTOS-based-project-Mpc5777c/m-p/869176#M846</guid>
      <dc:creator>vignesh_v</dc:creator>
      <dc:date>2019-04-01T08:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: RTOS based project Mpc5777c</title>
      <link>https://community.nxp.com/t5/S32-SDK/RTOS-based-project-Mpc5777c/m-p/869177#M847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Hi ,&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&amp;nbsp; &amp;nbsp; I went through certain examples of SDK project with RTOS.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;I also may need the environment for development of a file system for storage of data in flash using SPI which interfaces with MPc5777c&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;and may require to do a tftp client implementation. As per my understanding these modules shall require SDK environment with RTOS.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;I had previously manually configured registers using manual coding used interfaces like UART polling and CAN etc also by the same.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;but when i use it with SDK environment.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;1.can i reuse this part of the code which I had already developed in a non RTOS environment.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;2.If its not possible how can processor expert tool be used to do the clock ,pin and&amp;nbsp; peripheral initialisations and used to communicate.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;3.if we use&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;processor expert tool&amp;nbsp;&lt;/SPAN&gt;is it possible to change a pin configuration at runtime. say i need a pin initially as uart TX and in between can i change it on an interrupt by application to a normal GPIO read/write and then back to Uart TX. I know this is possible manually when we write but can this be achieved even when we use&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;processor expert tool&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;&amp;nbsp;for initialisations of clock,pins and peripherals.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 14px; "&gt;Thanks in Advance,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 14px; "&gt;Vignesh&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Apr 2019 10:53:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/RTOS-based-project-Mpc5777c/m-p/869177#M847</guid>
      <dc:creator>vignesh_v</dc:creator>
      <dc:date>2019-04-01T10:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: RTOS based project Mpc5777c</title>
      <link>https://community.nxp.com/t5/S32-SDK/RTOS-based-project-Mpc5777c/m-p/869178#M848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;can i reuse this part of the code which I had already developed in a non RTOS environment.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;You can reuse it, however implementing a custom driver could have some influence on system. It really depends on implementation method. Some modification to initialization will be required.&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;If its not possible how can processor expert tool be used to do the clock ,pin and&amp;nbsp; peripheral initialisations and used to communicate.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;You can generate various static configurations and then call them according to your needs.&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;If we use&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;processor expert tool&amp;nbsp;&lt;/SPAN&gt;is it possible to change a pin configuration at runtime.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Yes, you can change configuration during run time. &lt;/P&gt;&lt;P&gt;You can have dynamic driver initialization (various configurations) and de-initialization.&lt;/P&gt;&lt;P&gt;But, Processor expert is mainly used for static configuration generation. But S32DS offers possibility to use multiple configurations. However CW do not offer this possibility.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Apr 2019 13:23:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/RTOS-based-project-Mpc5777c/m-p/869178#M848</guid>
      <dc:creator>petervlna</dc:creator>
      <dc:date>2019-04-01T13:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: RTOS based project Mpc5777c</title>
      <link>https://community.nxp.com/t5/S32-SDK/RTOS-based-project-Mpc5777c/m-p/869179#M849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks:)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Apr 2019 05:22:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/RTOS-based-project-Mpc5777c/m-p/869179#M849</guid>
      <dc:creator>vignesh_v</dc:creator>
      <dc:date>2019-04-04T05:22:34Z</dc:date>
    </item>
  </channel>
</rss>

