<?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: Integrating FreeRTOS in code generation in Model-Based Design Toolbox (MBDT)</title>
    <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Integrating-FreeRTOS-in-code-generation/m-p/729793#M1632</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/dumitru-daniel.popa"&gt;dumitru-daniel.popa&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was checking on the compliance of MBD Tool for S32K1xx with FreeRTOS.&lt;/P&gt;&lt;P&gt;As your answer was NO in the same earlier discussion during 2017.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if is compliant now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sunil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Apr 2020 06:42:49 GMT</pubDate>
    <dc:creator>sunilkumarc</dc:creator>
    <dc:date>2020-04-01T06:42:49Z</dc:date>
    <item>
      <title>Integrating FreeRTOS in code generation</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Integrating-FreeRTOS-in-code-generation/m-p/729790#M1629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good afternoon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've read&amp;nbsp;in slide #2 of "&lt;STRONG&gt;&lt;A href="https://www.nxp.com/docs/en/supporting-information/MBDT-Marketing-Presentation.pdf" style="color: #3d9ce7; background-color: #ffffff; font-weight: normal; text-decoration: underline; font-size: 14px;" target="_blank"&gt;Model-Based Design Toolbox Marketing Presentation&lt;/A&gt;&lt;/STRONG&gt;"&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;that it is possible to integrate FreeRTOS in MBD projects (simulink models). Do you have any documentation or guidelines about it?&lt;/P&gt;&lt;P&gt;Is something like "FreeRTOS blockset" or toolbox available? I would expect the possibility to release the whole software of my ECU directly from simulink models (embedded coder). Through NXP MBD toolbox I've checked that I can put I/O read/write, timers, ISR, ecc...in my simulink models, but what about scheduling? Or FreeRTOS features in general?&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alessandro Pintabona&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2017 14:22:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Integrating-FreeRTOS-in-code-generation/m-p/729790#M1629</guid>
      <dc:creator>alessandropinta</dc:creator>
      <dc:date>2017-10-27T14:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: Integrating FreeRTOS in code generation</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Integrating-FreeRTOS-in-code-generation/m-p/729791#M1630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I haven't found any yet. Years ago I messed around with learning .tlc / RTW and made a bare bones Simulink target for ChibiOS:&amp;nbsp;&lt;A class="link-titled" href="https://github.com/jed-frey/ChibiOS_SimulinkBlockset" title="https://github.com/jed-frey/ChibiOS_SimulinkBlockset"&gt;GitHub - jed-frey/ChibiOS_SimulinkBlockset: ChibiOS Blockset&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However recently they've changed around the 'preferred' way to do stuff like that and made it a lot easier to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There's the 'toolchain' method:&amp;nbsp;&lt;A class="link-titled" href="https://www.mathworks.com/help/coder/examples/adding-a-custom-toolchain.html" title="https://www.mathworks.com/help/coder/examples/adding-a-custom-toolchain.html"&gt;Adding a Custom Toolchain - MATLAB &amp;amp; Simulink&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And a new way to make a target:&amp;nbsp;&lt;A class="link-titled" href="https://www.mathworks.com/help/supportpkg/armcortexa/target-sdk.html" title="https://www.mathworks.com/help/supportpkg/armcortexa/target-sdk.html"&gt;Develop a Target - MATLAB &amp;amp; Simulink&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Oct 2017 04:21:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Integrating-FreeRTOS-in-code-generation/m-p/729791#M1630</guid>
      <dc:creator>jfrey</dc:creator>
      <dc:date>2017-10-28T04:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: Integrating FreeRTOS in code generation</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Integrating-FreeRTOS-in-code-generation/m-p/729792#M1631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/alessandropintabona"&gt;alessandropintabona&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;Short answer - the FreeRTOS is not integrated in Simulink Blocks.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm responsible for creating that slide deck - and now I see that unintentionally I've introduced a misleading information. Sorry for that.&lt;/P&gt;&lt;P&gt;The scope of the slide was to show that the entire code-generation sits on top of the NXP's official SDK release which in turn is a SW production ready software. The FreeRTOS is part of the SDK collection of features and so far Model-Based design is not covering 100% of SDK feature (FreeRTOS being one of them)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this clarify the confusion.&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2017 07:41:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Integrating-FreeRTOS-in-code-generation/m-p/729792#M1631</guid>
      <dc:creator>Daniel_Popa</dc:creator>
      <dc:date>2017-10-30T07:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: Integrating FreeRTOS in code generation</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Integrating-FreeRTOS-in-code-generation/m-p/729793#M1632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/dumitru-daniel.popa"&gt;dumitru-daniel.popa&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was checking on the compliance of MBD Tool for S32K1xx with FreeRTOS.&lt;/P&gt;&lt;P&gt;As your answer was NO in the same earlier discussion during 2017.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if is compliant now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sunil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2020 06:42:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Integrating-FreeRTOS-in-code-generation/m-p/729793#M1632</guid>
      <dc:creator>sunilkumarc</dc:creator>
      <dc:date>2020-04-01T06:42:49Z</dc:date>
    </item>
  </channel>
</rss>

