<?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 An error occurred while running the sumulation and the sumulation was terminated in Model-Based Design Toolbox (MBDT)</title>
    <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/An-error-occurred-while-running-the-sumulation-and-the/m-p/781243#M2195</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="2.JPG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/67996iECA8412D0421B370/image-size/large?v=v2&amp;amp;px=999" role="button" title="2.JPG" alt="2.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi I am bong gyu&lt;/P&gt;&lt;P&gt;I builed simulink for S32K14 Model&lt;/P&gt;&lt;P&gt;I saw error message&lt;/P&gt;&lt;P&gt;What do i check ?&lt;/P&gt;&lt;P&gt;I want you to help me !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Aug 2018 06:05:19 GMT</pubDate>
    <dc:creator>bonggyusong</dc:creator>
    <dc:date>2018-08-31T06:05:19Z</dc:date>
    <item>
      <title>An error occurred while running the sumulation and the sumulation was terminated</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/An-error-occurred-while-running-the-sumulation-and-the/m-p/781243#M2195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="2.JPG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/67996iECA8412D0421B370/image-size/large?v=v2&amp;amp;px=999" role="button" title="2.JPG" alt="2.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi I am bong gyu&lt;/P&gt;&lt;P&gt;I builed simulink for S32K14 Model&lt;/P&gt;&lt;P&gt;I saw error message&lt;/P&gt;&lt;P&gt;What do i check ?&lt;/P&gt;&lt;P&gt;I want you to help me !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2018 06:05:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/An-error-occurred-while-running-the-sumulation-and-the/m-p/781243#M2195</guid>
      <dc:creator>bonggyusong</dc:creator>
      <dc:date>2018-08-31T06:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: An error occurred while running the sumulation and the sumulation was terminated</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/An-error-occurred-while-running-the-sumulation-and-the/m-p/781244#M2196</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/bonggyusong"&gt;bonggyusong&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can disable these errors from the Simulink Configuration Parameters/Data Validity.&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/68187iC81A1BC57BD4C547/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Alternatively, you can modify the model to include a unit delay between read and write data blocks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2018 10:48:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/An-error-occurred-while-running-the-sumulation-and-the/m-p/781244#M2196</guid>
      <dc:creator>Daniel_Popa</dc:creator>
      <dc:date>2018-09-03T10:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: An error occurred while running the sumulation and the sumulation was terminated</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/An-error-occurred-while-running-the-sumulation-and-the/m-p/781245#M2197</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/bonggyusong"&gt;bonggyusong&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can set different priorities for Data Store Read and Write blocks. Open the block properties dialog for the Data Store Write block and set &lt;STRONG&gt;1&lt;/STRONG&gt; for the highest&amp;nbsp;priority. Smaller numbers have higher priority. This way Data Store Write block will run before the Data Store Read block.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will find more info here&amp;nbsp;&lt;A class="link-titled" href="https://www.mathworks.com/help/simulink/ug/controlling-and-displaying-the-sorted-order.html#f13-91958" title="https://www.mathworks.com/help/simulink/ug/controlling-and-displaying-the-sorted-order.html#f13-91958"&gt;Control and Display the Sorted Order- MATLAB &amp;amp; Simulink&lt;/A&gt;&amp;nbsp;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2018 11:54:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/An-error-occurred-while-running-the-sumulation-and-the/m-p/781245#M2197</guid>
      <dc:creator>paulvlase</dc:creator>
      <dc:date>2018-09-04T11:54:31Z</dc:date>
    </item>
  </channel>
</rss>

