<?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 iMXRT + Freemaster: Timeout Issues in Model-Based Design Toolbox (MBDT)</title>
    <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/iMXRT-Freemaster-Timeout-Issues/m-p/1459292#M7318</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/177536"&gt;@stefancinipeanu&lt;/a&gt;, &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/72088"&gt;@mariuslucianand&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm working with the evkmimxrt1010 and the MBDT and have encountered an issue and would appreciate your help:&lt;/P&gt;&lt;P&gt;Combining the two examples ADC-Polling and GPT (with ADC-Polling as the base file), Freemaster continues to time out. The software on the board is still operating. It appears to be linked to the GPT-Start block.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I've attached the files.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;What is the issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the help.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Sam&lt;/P&gt;</description>
    <pubDate>Tue, 17 May 2022 10:29:41 GMT</pubDate>
    <dc:creator>Sam_ECU</dc:creator>
    <dc:date>2022-05-17T10:29:41Z</dc:date>
    <item>
      <title>iMXRT + Freemaster: Timeout Issues</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/iMXRT-Freemaster-Timeout-Issues/m-p/1459292#M7318</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/177536"&gt;@stefancinipeanu&lt;/a&gt;, &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/72088"&gt;@mariuslucianand&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm working with the evkmimxrt1010 and the MBDT and have encountered an issue and would appreciate your help:&lt;/P&gt;&lt;P&gt;Combining the two examples ADC-Polling and GPT (with ADC-Polling as the base file), Freemaster continues to time out. The software on the board is still operating. It appears to be linked to the GPT-Start block.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I've attached the files.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;What is the issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the help.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Sam&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 10:29:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/iMXRT-Freemaster-Timeout-Issues/m-p/1459292#M7318</guid>
      <dc:creator>Sam_ECU</dc:creator>
      <dc:date>2022-05-17T10:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: iMXRT + Freemaster: Timeout Issues</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/iMXRT-Freemaster-Timeout-Issues/m-p/1459950#M7323</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/189467"&gt;@Sam_ECU&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry for the delayed answer. I have checked your model and when I build and download the executable file onto IMXRT1010, the FreeMASTER does not timeout. In the zip file you have sent, there is no &lt;STRONG&gt;axf&lt;/STRONG&gt; file (there is just the &lt;STRONG&gt;bin&lt;/STRONG&gt;) so I could not specify it to FreeMASTER to check the variables and to see if it timeouts. Also, in the FreeMASTER dashboard there are watched variables like &lt;STRONG&gt;Throttle&lt;/STRONG&gt;, &lt;STRONG&gt;Status_Register&lt;/STRONG&gt; and &lt;STRONG&gt;GPT_tick&lt;/STRONG&gt;&amp;nbsp;that are not present in the model that you` ve sent.&lt;/P&gt;
&lt;P&gt;Also, I have noticed that you are trying to send some strings over UART in the ISRs of GPT and GPIO2. The problem is that FreeMASTER is configured on the instance LPUART1 and you send strings with &lt;STRONG&gt;LPUART_Write&lt;/STRONG&gt; block on the &lt;STRONG&gt;same instance&amp;nbsp;&lt;/STRONG&gt;of LPUART peripheral. So, if the FreeMASTER is connected to the EVK and one of the interrupts would trigger, the strings that are sent in the ISRs might interfere with the FreeMASTER communication.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="stefancinipeanu_0-1652868849074.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/180134i3EA170A31FB3E871/image-size/medium?v=v2&amp;amp;px=400" role="button" title="stefancinipeanu_0-1652868849074.png" alt="stefancinipeanu_0-1652868849074.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 10:29:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/iMXRT-Freemaster-Timeout-Issues/m-p/1459950#M7323</guid>
      <dc:creator>stefancinipeanu</dc:creator>
      <dc:date>2022-05-18T10:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: iMXRT + Freemaster: Timeout Issues</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/iMXRT-Freemaster-Timeout-Issues/m-p/1460561#M7326</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/177536"&gt;@stefancinipeanu&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;That Freemaster and the interrupt were both trying to communicated on the LPUART appears to have been the issue.&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sam&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2022 05:14:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/iMXRT-Freemaster-Timeout-Issues/m-p/1460561#M7326</guid>
      <dc:creator>Sam_ECU</dc:creator>
      <dc:date>2022-05-19T05:14:32Z</dc:date>
    </item>
  </channel>
</rss>

