<?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: s32k344 Clock settings in S32K</title>
    <link>https://community.nxp.com/t5/S32K/s32k344-Clock-settings/m-p/1712606#M26524</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/220567"&gt;@AhmadTurkmani&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you change the pin to measure the signal and show an image of it?&lt;/P&gt;
&lt;P&gt;From the project attached before, the differences I observed from the Gpt example are:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;When you call Mcu_Init(), you have defined&amp;nbsp;MCU_PRECOMPILE_SUPPORT as&amp;nbsp;STD_OFF. This causes the function to use the configurations of Mcu_Config_VS_0.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;The given value to the &lt;STRONG&gt;value&lt;/STRONG&gt; parameter (time-out period (in a number of ticks) after a notification or a wakeup event shall occur) is&amp;nbsp;12000000.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Could you share the image I previously mentioned to verify the signal behavior?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 28 Aug 2023 20:34:58 GMT</pubDate>
    <dc:creator>VaneB</dc:creator>
    <dc:date>2023-08-28T20:34:58Z</dc:date>
    <item>
      <title>s32k344 Clock settings</title>
      <link>https://community.nxp.com/t5/S32K/s32k344-Clock-settings/m-p/1708402#M26281</link>
      <description>&lt;P&gt;hi, im using s32k344, im trying to build a simple project to toggle a led and use timer as my delay.&lt;/P&gt;&lt;P&gt;i have included GPT as a peripheral and configured the settings of it using gpt_example as a reference, after that i added a clock and gave it 40MHZ as shown below&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AhmadTurkmani_0-1692624619967.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/237273i6A361429CBC641BE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AhmadTurkmani_0-1692624619967.png" alt="AhmadTurkmani_0-1692624619967.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;now im able to toggle the led but the timer on it is not 1 second although i used this function&amp;nbsp;Gpt_StartTimer(GptConf_GptChannelConfiguration_GptChannelConfiguration_0, 40000000);&lt;/P&gt;&lt;P&gt;my channel tick frequency is also 40MHZ .&lt;/P&gt;&lt;P&gt;i used the function&amp;nbsp;Mcu_GetClockFrequency(PIT0_CLK); to look at the frequency of the clock i got it as 12MHZ.&lt;/P&gt;&lt;P&gt;this is my clocks diagram :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AhmadTurkmani_1-1692624833229.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/237274i54B2DC1E60F86D6E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AhmadTurkmani_1-1692624833229.png" alt="AhmadTurkmani_1-1692624833229.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;im also sharing my code , can you please help me with this issue.&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2023 13:41:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/s32k344-Clock-settings/m-p/1708402#M26281</guid>
      <dc:creator>AhmadTurkmani</dc:creator>
      <dc:date>2023-08-21T13:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: s32k344 Clock settings</title>
      <link>https://community.nxp.com/t5/S32K/s32k344-Clock-settings/m-p/1709382#M26341</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/220567"&gt;@AhmadTurkmani&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The configuration of the PIT looks correct.&lt;/P&gt;
&lt;P&gt;Could you help me by running the Gpt_Example_S32K344&amp;nbsp;and tell me if you observe the same behavior? Additionally, could you tell me if you are using a custom board?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;B.R.&lt;/P&gt;
&lt;P&gt;VaneB&lt;/P&gt;</description>
      <pubDate>Tue, 22 Aug 2023 21:12:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/s32k344-Clock-settings/m-p/1709382#M26341</guid>
      <dc:creator>VaneB</dc:creator>
      <dc:date>2023-08-22T21:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: s32k344 Clock settings</title>
      <link>https://community.nxp.com/t5/S32K/s32k344-Clock-settings/m-p/1709563#M26360</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/201913"&gt;@VaneB&lt;/a&gt;&amp;nbsp;thanks for replying. Yes im using a custom board , i have another code which works properly on it ( so i dont think its a hardware issue ) , also trying the GPT example code works perfectly.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2023 05:28:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/s32k344-Clock-settings/m-p/1709563#M26360</guid>
      <dc:creator>AhmadTurkmani</dc:creator>
      <dc:date>2023-08-23T05:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: s32k344 Clock settings</title>
      <link>https://community.nxp.com/t5/S32K/s32k344-Clock-settings/m-p/1710156#M26407</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/220567"&gt;@AhmadTurkmani&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As it is not a HW issue, I suggest you make sure the configurations are correct taking as a reference the&amp;nbsp;GPT example.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2023 22:30:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/s32k344-Clock-settings/m-p/1710156#M26407</guid>
      <dc:creator>VaneB</dc:creator>
      <dc:date>2023-08-23T22:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: s32k344 Clock settings</title>
      <link>https://community.nxp.com/t5/S32K/s32k344-Clock-settings/m-p/1710329#M26416</link>
      <description>&lt;P&gt;i already did the configurations using the example code as a reference.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Aug 2023 05:59:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/s32k344-Clock-settings/m-p/1710329#M26416</guid>
      <dc:creator>AhmadTurkmani</dc:creator>
      <dc:date>2023-08-24T05:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: s32k344 Clock settings</title>
      <link>https://community.nxp.com/t5/S32K/s32k344-Clock-settings/m-p/1710962#M26436</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/220567"&gt;@AhmadTurkmani&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, does the behavior mentioned above still occur?&lt;/P&gt;</description>
      <pubDate>Thu, 24 Aug 2023 19:41:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/s32k344-Clock-settings/m-p/1710962#M26436</guid>
      <dc:creator>VaneB</dc:creator>
      <dc:date>2023-08-24T19:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: s32k344 Clock settings</title>
      <link>https://community.nxp.com/t5/S32K/s32k344-Clock-settings/m-p/1710975#M26437</link>
      <description>&lt;P&gt;Yes, I’m still experiencing the same problem&lt;/P&gt;</description>
      <pubDate>Thu, 24 Aug 2023 20:15:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/s32k344-Clock-settings/m-p/1710975#M26437</guid>
      <dc:creator>AhmadTurkmani</dc:creator>
      <dc:date>2023-08-24T20:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: s32k344 Clock settings</title>
      <link>https://community.nxp.com/t5/S32K/s32k344-Clock-settings/m-p/1712606#M26524</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/220567"&gt;@AhmadTurkmani&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you change the pin to measure the signal and show an image of it?&lt;/P&gt;
&lt;P&gt;From the project attached before, the differences I observed from the Gpt example are:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;When you call Mcu_Init(), you have defined&amp;nbsp;MCU_PRECOMPILE_SUPPORT as&amp;nbsp;STD_OFF. This causes the function to use the configurations of Mcu_Config_VS_0.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;The given value to the &lt;STRONG&gt;value&lt;/STRONG&gt; parameter (time-out period (in a number of ticks) after a notification or a wakeup event shall occur) is&amp;nbsp;12000000.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Could you share the image I previously mentioned to verify the signal behavior?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2023 20:34:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/s32k344-Clock-settings/m-p/1712606#M26524</guid>
      <dc:creator>VaneB</dc:creator>
      <dc:date>2023-08-28T20:34:58Z</dc:date>
    </item>
  </channel>
</rss>

