<?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 Re: LED blink using S32K3X4EVB T-172 in S32K</title>
    <link>https://community.nxp.com/t5/S32K/LED-blink-using-S32K3X4EVB-T-172/m-p/1904897#M37478</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/235625"&gt;@kolyanimohanto&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you configure the RGB LED pins (PTA29, PTA30, PTA31) in the Pins tool of ConfigTools? Did you assign the Label and Identifier to each pin in the Pins tool? If yes, verify that are defined in Siul2_Port_Ip_Cfg.h, as shown in the attached images.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VaneB_0-1720556363999.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/287828iC23C36AE14720B89/image-size/medium?v=v2&amp;amp;px=400" role="button" title="VaneB_0-1720556363999.png" alt="VaneB_0-1720556363999.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="VaneB_1-1720556376291.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/287829iFC87F2EE954CDF4A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="VaneB_1-1720556376291.png" alt="VaneB_1-1720556376291.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Also, I suggest to use as a reference the example code named Pit_Ip_example_S32K344. You can create a project from an example following this &lt;A href="https://community.nxp.com/t5/S32-Design-Studio-Knowledge-Base/HOWTO-S32-Design-Studio-Create-a-New-S32DS-Project-from-Example/ta-p/1098969" target="_blank" rel="noopener"&gt;HOWTO: S32 Design Studio - Create a New S32DS Project from Example&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR, VaneB&lt;/P&gt;</description>
    <pubDate>Tue, 09 Jul 2024 20:20:21 GMT</pubDate>
    <dc:creator>VaneB</dc:creator>
    <dc:date>2024-07-09T20:20:21Z</dc:date>
    <item>
      <title>LED blink using S32K3X4EVB T-172</title>
      <link>https://community.nxp.com/t5/S32K/LED-blink-using-S32K3X4EVB-T-172/m-p/1904269#M37437</link>
      <description>&lt;P&gt;&amp;nbsp;I am trying a code for &lt;STRONG&gt;blinking user RGB LEDs on S32K3X4EVB T-172 Evaluation Board using S32DS v3.4.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below attached is the code file and I am getting errors in the following lines :&lt;/P&gt;&lt;P&gt;1)&amp;nbsp;Siul2_Dio_Ip_TogglePins(LED_GREEN_PORT, (1&amp;lt;&amp;lt;LED_GREEN_PIN));&lt;/P&gt;&lt;P&gt;2)&amp;nbsp;Siul2_Dio_Ip_TogglePins(LED_RED_PORT, (1&amp;lt;&amp;lt;LED_RED_PIN));&lt;/P&gt;&lt;P&gt;3)Siul2_Dio_Ip_TogglePins(LED_BLUE_PORT, (1&amp;lt;&amp;lt;LED_RED_PIN));&lt;/P&gt;&lt;P&gt;4)Clock_Ip_Init(&amp;amp;Mcu_aClockConfigPB[0]);&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kolyanimohanto_0-1720525150130.png" style="width: 450px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/287780i154DAB35C41B89D2/image-dimensions/450x232?v=v2" width="450" height="232" role="button" title="kolyanimohanto_0-1720525150130.png" alt="kolyanimohanto_0-1720525150130.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also please help me how I should configure the pins from the PINS section and which pins should be used in this project&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2024 11:40:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/LED-blink-using-S32K3X4EVB-T-172/m-p/1904269#M37437</guid>
      <dc:creator>kolyanimohanto</dc:creator>
      <dc:date>2024-07-09T11:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: LED blink using S32K3X4EVB T-172</title>
      <link>https://community.nxp.com/t5/S32K/LED-blink-using-S32K3X4EVB-T-172/m-p/1904897#M37478</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/235625"&gt;@kolyanimohanto&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you configure the RGB LED pins (PTA29, PTA30, PTA31) in the Pins tool of ConfigTools? Did you assign the Label and Identifier to each pin in the Pins tool? If yes, verify that are defined in Siul2_Port_Ip_Cfg.h, as shown in the attached images.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VaneB_0-1720556363999.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/287828iC23C36AE14720B89/image-size/medium?v=v2&amp;amp;px=400" role="button" title="VaneB_0-1720556363999.png" alt="VaneB_0-1720556363999.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="VaneB_1-1720556376291.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/287829iFC87F2EE954CDF4A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="VaneB_1-1720556376291.png" alt="VaneB_1-1720556376291.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Also, I suggest to use as a reference the example code named Pit_Ip_example_S32K344. You can create a project from an example following this &lt;A href="https://community.nxp.com/t5/S32-Design-Studio-Knowledge-Base/HOWTO-S32-Design-Studio-Create-a-New-S32DS-Project-from-Example/ta-p/1098969" target="_blank" rel="noopener"&gt;HOWTO: S32 Design Studio - Create a New S32DS Project from Example&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR, VaneB&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2024 20:20:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/LED-blink-using-S32K3X4EVB-T-172/m-p/1904897#M37478</guid>
      <dc:creator>VaneB</dc:creator>
      <dc:date>2024-07-09T20:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: LED blink using S32K3X4EVB T-172</title>
      <link>https://community.nxp.com/t5/S32K/LED-blink-using-S32K3X4EVB-T-172/m-p/1906232#M37577</link>
      <description>&lt;P&gt;Thank you for the reply.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have some other problems further.&lt;/P&gt;&lt;P&gt;1) How to get rid of this breakpoint at the clockconfig statement&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kolyanimohanto_0-1720693080723.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/288128iAFA3B2A6357AA2CD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kolyanimohanto_0-1720693080723.png" alt="kolyanimohanto_0-1720693080723.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;2) How do I setup and configure the semihosting config?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kolyanimohanto_1-1720693341159.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/288129iB7513D591B33880E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kolyanimohanto_1-1720693341159.png" alt="kolyanimohanto_1-1720693341159.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kolyanimohanto_2-1720693362291.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/288130iBEEADA995AD88F14/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kolyanimohanto_2-1720693362291.png" alt="kolyanimohanto_2-1720693362291.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2024 10:23:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/LED-blink-using-S32K3X4EVB-T-172/m-p/1906232#M37577</guid>
      <dc:creator>kolyanimohanto</dc:creator>
      <dc:date>2024-07-11T10:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: LED blink using S32K3X4EVB T-172</title>
      <link>https://community.nxp.com/t5/S32K/LED-blink-using-S32K3X4EVB-T-172/m-p/1906440#M37591</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/235625"&gt;@kolyanimohanto&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;1) How to get rid of this breakpoint at the clockconfig statement?&lt;/STRONG&gt; By default, PEMicro debug configurations have set a breakpoint on the "main" function. You can change this in Debug Configurations &amp;gt; Flash or RAM GDB PEMicro Interface Debugging &amp;gt; Startup.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VaneB_0-1720713062989.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/288185i8D99ACEF77309AAD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="VaneB_0-1720713062989.png" alt="VaneB_0-1720713062989.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;2) How do I setup and configure the semihosting config?&lt;/STRONG&gt; Check the following links. It has information related to the topic that may be useful.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/S32-Design-Studio-Knowledge-Base/HOWTO-Add-a-new-debugger-configuration-to-an-existing-project/ta-p/1124719" target="_blank" rel="noopener"&gt;HOWTO: Add a new debugger configuration to an existing project&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.pemicro.com/blog/index.cfm?post_id=202" target="_blank" rel="noopener"&gt;Multilink/Cyclone Debug with NXP's S32 Design Studio for ARM IDE&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2024 15:53:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/LED-blink-using-S32K3X4EVB-T-172/m-p/1906440#M37591</guid>
      <dc:creator>VaneB</dc:creator>
      <dc:date>2024-07-11T15:53:56Z</dc:date>
    </item>
  </channel>
</rss>

