<?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>S32K中的主题 Re: S32DS  processor expert configure question</title>
    <link>https://community.nxp.com/t5/S32K/S32DS-processor-expect-configure-question/m-p/1355485#M12441</link>
    <description>&lt;P&gt;If this problem occurs again, it is recommended to record the screen and upload it to me, so that it can be reported to the IDE team to check the reason.&lt;/P&gt;</description>
    <pubDate>Thu, 14 Oct 2021 03:25:52 GMT</pubDate>
    <dc:creator>Robin_Shen</dc:creator>
    <dc:date>2021-10-14T03:25:52Z</dc:date>
    <item>
      <title>S32DS  processor expect configure question</title>
      <link>https://community.nxp.com/t5/S32K/S32DS-processor-expect-configure-question/m-p/1347488#M12241</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Now I use the processor to configure PIN, when I configure the pin PTE11,but the processor will auto refresh, and will&amp;nbsp;show PTA configuration&amp;nbsp;interface, so I want to configure the PTE port again, I should pull down the interface again. This is a waste of my time.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Is there a&amp;nbsp;&lt;SPAN&gt;Configuration option to put an end to this situation?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Sep 2021 10:11:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32DS-processor-expect-configure-question/m-p/1347488#M12241</guid>
      <dc:creator>asd046012</dc:creator>
      <dc:date>2021-09-28T10:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: S32DS  processor expect configure question</title>
      <link>https://community.nxp.com/t5/S32K/S32DS-processor-expect-configure-question/m-p/1347620#M12245</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;the processor creates two files named mux.h and mux.c. In this files it saves your pin configuration. If you have problems with the processor you can add a pin configuration in the mux.c by yourself (The example below shows two configurations... just copy one of them and change it for your purpose):&lt;/P&gt;&lt;PRE&gt;pin_settings_config_t g_pin_mux_InitConfigArr[NUM_OF_CONFIGURED_PINS] =
{ 
    {
        .base          = PORTC,
        .pinPortIdx    = 1u,
        .pullConfig    = PORT_INTERNAL_PULL_NOT_ENABLED,
        .passiveFilter = false,
        .driveSelect   = PORT_LOW_DRIVE_STRENGTH,
        .mux           = PORT_MUX_AS_GPIO,
        .pinLock       = false,
        .intConfig     = PORT_INT_EITHER_EDGE,
        .clearIntFlag  = false,
        .gpioBase      = PTC,
        .direction     = GPIO_INPUT_DIRECTION,
        .digitalFilter = false,
    },
    {
        .base          = PORTE,
        .pinPortIdx    = 0u,
        .pullConfig    = PORT_INTERNAL_PULL_NOT_ENABLED,
        .passiveFilter = false,
        .driveSelect   = PORT_LOW_DRIVE_STRENGTH,
        .mux           = PORT_MUX_AS_GPIO,
        .pinLock       = false,
        .intConfig     = PORT_INT_EITHER_EDGE,
        .clearIntFlag  = false,
        .gpioBase      = PTC,
        .direction     = GPIO_INPUT_DIRECTION,
        .digitalFilter = false,
    }
}&lt;/PRE&gt;&lt;P&gt;But be sure, that the definition of&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;NUM_OF_CONFIGURED_PINS = 0x02U&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;in the mux.h file matches the number of pin configurations in the array above.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Tue, 28 Sep 2021 13:25:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32DS-processor-expect-configure-question/m-p/1347620#M12245</guid>
      <dc:creator>TomLightning</dc:creator>
      <dc:date>2021-09-28T13:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: S32DS  processor expect configure question</title>
      <link>https://community.nxp.com/t5/S32K/S32DS-processor-expect-configure-question/m-p/1348152#M12257</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please try:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PinSettings.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/157853i9FD79346C8008A48/image-size/large?v=v2&amp;amp;px=999" role="button" title="PinSettings.png" alt="PinSettings.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Robin&lt;BR /&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Wed, 29 Sep 2021 07:46:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32DS-processor-expect-configure-question/m-p/1348152#M12257</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2021-09-29T07:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: S32DS  processor expert configure question</title>
      <link>https://community.nxp.com/t5/S32K/S32DS-processor-expect-configure-question/m-p/1354575#M12424</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; This is a temporary solution, I re-install S32 design studio, This situation disappeared.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;I didn't know why!&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Oct 2021 02:59:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32DS-processor-expect-configure-question/m-p/1354575#M12424</guid>
      <dc:creator>asd046012</dc:creator>
      <dc:date>2021-10-13T02:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: S32DS  processor expert configure question</title>
      <link>https://community.nxp.com/t5/S32K/S32DS-processor-expect-configure-question/m-p/1355485#M12441</link>
      <description>&lt;P&gt;If this problem occurs again, it is recommended to record the screen and upload it to me, so that it can be reported to the IDE team to check the reason.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Oct 2021 03:25:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32DS-processor-expect-configure-question/m-p/1355485#M12441</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2021-10-14T03:25:52Z</dc:date>
    </item>
  </channel>
</rss>

