<?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>S32 Design StudioのトピックRe: User Pin/Signal Name usage</title>
    <link>https://community.nxp.com/t5/S32-Design-Studio/User-Pin-Signal-Name-usage/m-p/965855#M5404</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what's your S32 DS and SDK version?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jiri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Oct 2019 06:20:33 GMT</pubDate>
    <dc:creator>jiri_kral</dc:creator>
    <dc:date>2019-10-14T06:20:33Z</dc:date>
    <item>
      <title>User Pin/Signal Name usage</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/User-Pin-Signal-Name-usage/m-p/965852#M5401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello together&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just started to use S32 Design Studio. First I tried to enable an LED by a Switch.&lt;/P&gt;&lt;P&gt;This worked well so far. I always used the Pin number to use the driver functions. But I want to use user name of the Signal instead of the numbers. So I found the option "User Pin/Signal Name"&lt;/P&gt;&lt;P&gt;I filled in a desired name there, but I was not able to use this name. It always showed "LED_B undeclared..." during building.&lt;/P&gt;&lt;P&gt;So how can I use this user Pin name?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="S32_pinname.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/89837i7237B9487340759B/image-size/large?v=v2&amp;amp;px=999" role="button" title="S32_pinname.png" alt="S32_pinname.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2019 09:09:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/User-Pin-Signal-Name-usage/m-p/965852#M5401</guid>
      <dc:creator>EE_CW</dc:creator>
      <dc:date>2019-10-10T09:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: User Pin/Signal Name usage</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/User-Pin-Signal-Name-usage/m-p/965853#M5402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;each "pin" is composed from PORT and PIN number and SDK needs to add&amp;nbsp; _PIN and _PORT suffix for each pin definition. So - just use LED_B_PIN (or LED_B_PORT in case you need to use PORTE). More details you can find in generated pin_mux.h header file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jiri&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Oct 2019 12:32:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/User-Pin-Signal-Name-usage/m-p/965853#M5402</guid>
      <dc:creator>jiri_kral</dc:creator>
      <dc:date>2019-10-11T12:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: User Pin/Signal Name usage</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/User-Pin-Signal-Name-usage/m-p/965854#M5403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jiri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your answer. I tried this out, but it seems that it is not working for me. I tried this out, but there was acompilation error that LED_B_PIN is undeclared. Then I checked out the "pin_mux.h" file and I also included it in the source file. But the content of this file does not shows something like _PORT or _PIN.&lt;/P&gt;&lt;P&gt;Only in the comment part at the top, there is my choosen name listed. But no Source Code is generated with that name (see attached pictures):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="s32_mux file.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/91766i94C5CCEA5BE7F09D/image-size/large?v=v2&amp;amp;px=999" role="button" title="s32_mux file.PNG" alt="s32_mux file.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The yellow marked part includes a long comment section with the settings. There I could find the followed lines:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="s32_mux file_comment.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/91802iBC8D7580145BB244/image-size/large?v=v2&amp;amp;px=999" role="button" title="s32_mux file_comment.PNG" alt="s32_mux file_comment.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe there is an option I have to set that this is working correctly?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2019 05:49:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/User-Pin-Signal-Name-usage/m-p/965854#M5403</guid>
      <dc:creator>EE_CW</dc:creator>
      <dc:date>2019-10-14T05:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: User Pin/Signal Name usage</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/User-Pin-Signal-Name-usage/m-p/965855#M5404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what's your S32 DS and SDK version?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jiri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2019 06:20:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/User-Pin-Signal-Name-usage/m-p/965855#M5404</guid>
      <dc:creator>jiri_kral</dc:creator>
      <dc:date>2019-10-14T06:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: User Pin/Signal Name usage</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/User-Pin-Signal-Name-usage/m-p/965856#M5405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jiri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;S32 DS Version 2018.R1 (Build id: 180326)&lt;/P&gt;&lt;P&gt;SDK Version: 0.8.6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2019 06:57:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/User-Pin-Signal-Name-usage/m-p/965856#M5405</guid>
      <dc:creator>EE_CW</dc:creator>
      <dc:date>2019-10-14T06:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: User Pin/Signal Name usage</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/User-Pin-Signal-Name-usage/m-p/965857#M5406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My IDE is able to generate in&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;pin_mux.h header file.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;S32 Design Studio for ARM&lt;/P&gt;&lt;P&gt;Version: 2018.R1 &lt;BR /&gt;Build id: 180815&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="User Pin definitions.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/91341i2C76E4BE4E087758/image-size/large?v=v2&amp;amp;px=999" role="button" title="User Pin definitions.png" alt="User Pin definitions.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Best Regards,&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Robin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2019 07:24:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/User-Pin-Signal-Name-usage/m-p/965857#M5406</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2019-10-14T07:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: User Pin/Signal Name usage</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/User-Pin-Signal-Name-usage/m-p/965858#M5407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mario,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Custom pin names was added to SDK RTM_3.0.0 - please use this SDK version. Previous versions contains a bug and custom pin names aren't generated by processor expert.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jiri&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2019 07:31:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/User-Pin-Signal-Name-usage/m-p/965858#M5407</guid>
      <dc:creator>jiri_kral</dc:creator>
      <dc:date>2019-10-14T07:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: User Pin/Signal Name usage</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/User-Pin-Signal-Name-usage/m-p/965859#M5408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jiri, Hi Robin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I updated all available Software.&lt;/P&gt;&lt;P&gt;It still doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using the following SDK in the project:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="s32_sdk.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/91380iC6B85BCBE5DF776B/image-size/large?v=v2&amp;amp;px=999" role="button" title="s32_sdk.PNG" alt="s32_sdk.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I'm using the S32K148EVB-Q176 Board for my tests. And I created a new project (not using a template).&lt;/P&gt;&lt;P&gt;I cann not choose this SDK RTM_3.0.0 when I'm creating a new project:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="s32_sdk_choose.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/91461i33C2870746EB2643/image-size/large?v=v2&amp;amp;px=999" role="button" title="s32_sdk_choose.PNG" alt="s32_sdk_choose.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2019 08:46:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/User-Pin-Signal-Name-usage/m-p/965859#M5408</guid>
      <dc:creator>EE_CW</dc:creator>
      <dc:date>2019-10-14T08:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: User Pin/Signal Name usage</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/User-Pin-Signal-Name-usage/m-p/965860#M5409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mario,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with correctly installed latest update you should see something like this - when you create new project:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&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/91586i8F7ECF9548C3C347/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;&lt;/P&gt;&lt;P&gt;Here is document how to update S32DS &lt;A href="https://community.nxp.com/docs/DOC-343020"&gt;https://community.nxp.com/docs/DOC-343020&lt;/A&gt;&amp;nbsp;&amp;nbsp;. Hope it helps.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jiri&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2019 10:45:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/User-Pin-Signal-Name-usage/m-p/965860#M5409</guid>
      <dc:creator>jiri_kral</dc:creator>
      <dc:date>2019-10-14T10:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: User Pin/Signal Name usage</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/User-Pin-Signal-Name-usage/m-p/965861#M5410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jiri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now its working correctly with the new SDK version. Thank you for your tipps. :-)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2019 14:53:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/User-Pin-Signal-Name-usage/m-p/965861#M5410</guid>
      <dc:creator>EE_CW</dc:creator>
      <dc:date>2019-10-14T14:53:24Z</dc:date>
    </item>
  </channel>
</rss>

