<?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>Model-Based Design Toolbox (MBDT)のトピックRe: mbdt simulink peripherals</title>
    <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/mbdt-simulink-peripherals/m-p/1958381#M9529</link>
    <description>&lt;P&gt;So sir within the range of port pin ids can we assign the portpin_id numbers randomly ?&lt;/P&gt;</description>
    <pubDate>Fri, 20 Sep 2024 05:50:19 GMT</pubDate>
    <dc:creator>paul_ephraim_13</dc:creator>
    <dc:date>2024-09-20T05:50:19Z</dc:date>
    <item>
      <title>mbdt simulink peripherals</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/mbdt-simulink-peripherals/m-p/1954877#M9492</link>
      <description>&lt;P&gt;Can somebody clarify with this issue regarding port error.&lt;BR /&gt;how can i restore it to defaults&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="paul_ephraim_13_0-1726461459124.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/299180iB1F5AB8AD55EE194/image-size/medium?v=v2&amp;amp;px=400" role="button" title="paul_ephraim_13_0-1726461459124.png" alt="paul_ephraim_13_0-1726461459124.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2024 04:38:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/mbdt-simulink-peripherals/m-p/1954877#M9492</guid>
      <dc:creator>paul_ephraim_13</dc:creator>
      <dc:date>2024-09-16T04:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: mbdt simulink peripherals</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/mbdt-simulink-peripherals/m-p/1954910#M9493</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/240145"&gt;@paul_ephraim_13&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;The &lt;STRONG&gt;PortPin Id tab&lt;/STRONG&gt; represents the ID of the port pin, as the name suggests, and can be seen more easily as the index of all the pins in the &lt;STRONG&gt;Port&lt;/STRONG&gt; tab. The error you encounter is due to the fact that the mentioned Id is greater than the total number of pins. For example, if we have configured &lt;STRONG&gt;2 PortContainers&lt;/STRONG&gt; and each of them has &lt;STRONG&gt;5 PortPins&lt;/STRONG&gt;, then the PortPin Ids will be from &lt;STRONG&gt;1&lt;/STRONG&gt; to &lt;STRONG&gt;10&lt;/STRONG&gt;. If you try to set PortPin Id &lt;STRONG&gt;11&lt;/STRONG&gt; to one of the pins, then the error will show as in the image presented by you, because the number of pins is &lt;STRONG&gt;10&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dragostoma_0-1726468531689.png" style="width: 691px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/299183i149D4C758C935864/image-dimensions/691x489?v=v2" width="691" height="489" role="button" title="dragostoma_0-1726468531689.png" alt="dragostoma_0-1726468531689.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dragostoma_2-1726468581011.png" style="width: 692px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/299185i9469392EFEE241AD/image-dimensions/692x574?v=v2" width="692" height="574" role="button" title="dragostoma_2-1726468581011.png" alt="dragostoma_2-1726468581011.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dragostoma_3-1726468639318.png" style="width: 691px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/299186i8C79749C4C33697D/image-dimensions/691x527?v=v2" width="691" height="527" role="button" title="dragostoma_3-1726468639318.png" alt="dragostoma_3-1726468639318.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;In your case, I think that you most likely deleted one of the pins and the order of the IDs was altered. Make sure that the &lt;STRONG&gt;PortPin Id&lt;/STRONG&gt; is not greater than the total number of pins and the error will disappear.&lt;/P&gt;
&lt;P&gt;Another recommendation would be not to modify the mex file that contains the default configuration, i.e. &lt;STRONG&gt;S32K312-Q172.mex&lt;/STRONG&gt;, as I can see in your screenshot, but it is recommended to modify the mex file of the model you are trying to configure. When you open a model set on S32 Configuration Tools, or create a new one, the mex file with the default configuration from the &lt;STRONG&gt;devices&lt;/STRONG&gt; folder is copied next to this model. After this copying, you can change the mex file next to the model by clicking on the &lt;STRONG&gt;Configure button&lt;/STRONG&gt; from any block in the MBDT library, and you can make configuration changes without changing the default mex file. Thus, if you want to return to the default settings, by deleting the mex file next to the model and reopening it, the default mex file will be copied again next to the model.&lt;/P&gt;
&lt;P&gt;Hope this clears up your problem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Dragos&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2024 07:06:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/mbdt-simulink-peripherals/m-p/1954910#M9493</guid>
      <dc:creator>dragostoma</dc:creator>
      <dc:date>2024-09-16T07:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: mbdt simulink peripherals</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/mbdt-simulink-peripherals/m-p/1958381#M9529</link>
      <description>&lt;P&gt;So sir within the range of port pin ids can we assign the portpin_id numbers randomly ?&lt;/P&gt;</description>
      <pubDate>Fri, 20 Sep 2024 05:50:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/mbdt-simulink-peripherals/m-p/1958381#M9529</guid>
      <dc:creator>paul_ephraim_13</dc:creator>
      <dc:date>2024-09-20T05:50:19Z</dc:date>
    </item>
  </channel>
</rss>

