<?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 S32K314 Timers in S32K</title>
    <link>https://community.nxp.com/t5/S32K/S32K314-Timers/m-p/1811246#M31821</link>
    <description>&lt;P&gt;I'm using a S32K314 mcu and I'm trying to initialise and use timers for a 1 us timer and a 1 ms timer. I'm using stm library with the example located in the RTD folder. The project for S32K344 seems to work but not in my case. The variable "STM_0_InitConfig_PB" is not declare with only the STM in the drivers side of the peripheral tab. To make it work I need to initialise a GPT library in the MCAL tab to have the variable initialise to have the variable initialise. However, the callback notification delay follow the parameter in GPT and not in STM.&lt;/P&gt;&lt;P&gt;Anyone have a working project using STM library to make a timer of 1ms or 1us ?&lt;/P&gt;&lt;P&gt;I'm using S32DS3.5 and S32K3xx RTD version 4.0.0 P04&lt;BR /&gt;/* Init stm */&lt;BR /&gt;Gpt_Init(&amp;amp;Gpt_Config);&lt;BR /&gt;Gpt_EnableNotification(1);&lt;BR /&gt;Stm_Ip_Init(0, &amp;amp;STM_0_InitConfig_PB);&lt;BR /&gt;Stm_Ip_InitChannel(0, STM_0_ChannelConfig_PB);&lt;BR /&gt;Stm_Ip_StartTimer(0, 0);&lt;BR /&gt;Stm_Ip_EnableChannel(0, 0);&lt;BR /&gt;/*starting the Stm channel 0*/&lt;BR /&gt;Stm_Ip_StartCounting(0, 0, 6000000);&lt;/P&gt;</description>
    <pubDate>Mon, 19 Feb 2024 21:47:20 GMT</pubDate>
    <dc:creator>maschanck</dc:creator>
    <dc:date>2024-02-19T21:47:20Z</dc:date>
    <item>
      <title>S32K314 Timers</title>
      <link>https://community.nxp.com/t5/S32K/S32K314-Timers/m-p/1811246#M31821</link>
      <description>&lt;P&gt;I'm using a S32K314 mcu and I'm trying to initialise and use timers for a 1 us timer and a 1 ms timer. I'm using stm library with the example located in the RTD folder. The project for S32K344 seems to work but not in my case. The variable "STM_0_InitConfig_PB" is not declare with only the STM in the drivers side of the peripheral tab. To make it work I need to initialise a GPT library in the MCAL tab to have the variable initialise to have the variable initialise. However, the callback notification delay follow the parameter in GPT and not in STM.&lt;/P&gt;&lt;P&gt;Anyone have a working project using STM library to make a timer of 1ms or 1us ?&lt;/P&gt;&lt;P&gt;I'm using S32DS3.5 and S32K3xx RTD version 4.0.0 P04&lt;BR /&gt;/* Init stm */&lt;BR /&gt;Gpt_Init(&amp;amp;Gpt_Config);&lt;BR /&gt;Gpt_EnableNotification(1);&lt;BR /&gt;Stm_Ip_Init(0, &amp;amp;STM_0_InitConfig_PB);&lt;BR /&gt;Stm_Ip_InitChannel(0, STM_0_ChannelConfig_PB);&lt;BR /&gt;Stm_Ip_StartTimer(0, 0);&lt;BR /&gt;Stm_Ip_EnableChannel(0, 0);&lt;BR /&gt;/*starting the Stm channel 0*/&lt;BR /&gt;Stm_Ip_StartCounting(0, 0, 6000000);&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2024 21:47:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K314-Timers/m-p/1811246#M31821</guid>
      <dc:creator>maschanck</dc:creator>
      <dc:date>2024-02-19T21:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: S32K314 Timers</title>
      <link>https://community.nxp.com/t5/S32K/S32K314-Timers/m-p/1811559#M31836</link>
      <description>&lt;P&gt;&lt;A href="mailto:Hi@maschanck" target="_blank"&gt;Hi@maschanck&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The attachment is a routine about STM based on RTD 3.0.0 and S32K312EVB.&lt;/P&gt;
&lt;P&gt;This should be helpful to you.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2024 07:26:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K314-Timers/m-p/1811559#M31836</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2024-02-20T07:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: S32K314 Timers</title>
      <link>https://community.nxp.com/t5/S32K/S32K314-Timers/m-p/1811941#M31863</link>
      <description>&lt;P&gt;Hi Senlent,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It was useful thank you! Do you have any other example for a MD5 hash using Crypto_32_HSE ?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2024 14:23:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K314-Timers/m-p/1811941#M31863</guid>
      <dc:creator>maschanck</dc:creator>
      <dc:date>2024-02-20T14:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: S32K314 Timers</title>
      <link>https://community.nxp.com/t5/S32K/S32K314-Timers/m-p/1812287#M31881</link>
      <description>&lt;P&gt;&lt;A href="mailto:Hi@maschanck" target="_blank"&gt;Hi@maschanck&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I am not familiar with HSE related content, by the way, please don't discuss HSE related content in this forum.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2024 01:46:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K314-Timers/m-p/1812287#M31881</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2024-02-21T01:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: S32K314 Timers</title>
      <link>https://community.nxp.com/t5/S32K/S32K314-Timers/m-p/1812833#M31915</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Why I shouldn't discuss about that here in this forum ? It's a module available on the S32DS IDE with the S32K3XX.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2024 13:32:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K314-Timers/m-p/1812833#M31915</guid>
      <dc:creator>maschanck</dc:creator>
      <dc:date>2024-02-21T13:32:55Z</dc:date>
    </item>
  </channel>
</rss>

