<?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 Real-Time Drivers (RTD) for S32K in S32K</title>
    <link>https://community.nxp.com/t5/S32K/Real-Time-Drivers-RTD-for-S32K/m-p/1408679#M13882</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I'm new using S32KDS and I tried to understand difference between SDK and RTD drivers and their links with AUTOSAR. My understanding is :&lt;/P&gt;&lt;P&gt;- SDK are driver with&amp;nbsp; interface depending on HW and not AUTOSAR compliant at all&lt;/P&gt;&lt;P&gt;- RTD is like SDK but with common HW interface for all S32K family and AUTOSAR compliant&lt;/P&gt;&lt;P&gt;Am I correct ?&lt;/P&gt;&lt;P&gt;If yes, are automatically RTD drivers AUTOSAR compliant or do I need to implement MCAL package ?&lt;/P&gt;&lt;P&gt;Could someone help me understanding difference betwenn all driver variants ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks !&lt;/P&gt;</description>
    <pubDate>Thu, 03 Feb 2022 15:36:59 GMT</pubDate>
    <dc:creator>BeCy</dc:creator>
    <dc:date>2022-02-03T15:36:59Z</dc:date>
    <item>
      <title>Real-Time Drivers (RTD) for S32K</title>
      <link>https://community.nxp.com/t5/S32K/Real-Time-Drivers-RTD-for-S32K/m-p/1408679#M13882</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I'm new using S32KDS and I tried to understand difference between SDK and RTD drivers and their links with AUTOSAR. My understanding is :&lt;/P&gt;&lt;P&gt;- SDK are driver with&amp;nbsp; interface depending on HW and not AUTOSAR compliant at all&lt;/P&gt;&lt;P&gt;- RTD is like SDK but with common HW interface for all S32K family and AUTOSAR compliant&lt;/P&gt;&lt;P&gt;Am I correct ?&lt;/P&gt;&lt;P&gt;If yes, are automatically RTD drivers AUTOSAR compliant or do I need to implement MCAL package ?&lt;/P&gt;&lt;P&gt;Could someone help me understanding difference betwenn all driver variants ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks !&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 15:36:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Real-Time-Drivers-RTD-for-S32K/m-p/1408679#M13882</guid>
      <dc:creator>BeCy</dc:creator>
      <dc:date>2022-02-03T15:36:59Z</dc:date>
    </item>
    <item>
      <title>Re: Real-Time Drivers (RTD) for S32K</title>
      <link>https://community.nxp.com/t5/S32K/Real-Time-Drivers-RTD-for-S32K/m-p/1408752#M13884</link>
      <description>&lt;P&gt;I'm bring a first part of answer after searching deeply in this forum:&lt;/P&gt;&lt;P&gt;- SDK drivers are like example&amp;nbsp; or proof of concept drivers&lt;/P&gt;&lt;P&gt;- RTD is certified drivers, with S32K (may other) common interfaces&lt;/P&gt;&lt;P&gt;Correct me if I am wrong.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My questions now :&lt;/P&gt;&lt;P&gt;What are PAL (Peripheral Abstraction Layer) of the SDK intended for ? Is it a common AL ? if yes, common to what produc ?&lt;/P&gt;&lt;P&gt;What do we call RTD drivers ? Only the code generated and located in the &lt;STRONG&gt;Drivers&amp;nbsp;&lt;/STRONG&gt;section or more ?&lt;/P&gt;&lt;P&gt;When using MCAL components like&amp;nbsp;&lt;EM&gt;Dio_1&lt;/EM&gt;, do we need lower components ? (like&amp;nbsp;&lt;EM&gt;Gpio_Dioi_1)&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BeCy_0-1643917591415.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/169526iFB4AD6872F69DB01/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BeCy_0-1643917591415.png" alt="BeCy_0-1643917591415.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Finallly, I read RTD is AUTOSAR and non-AUTOSAR, what does it mean ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 19:51:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Real-Time-Drivers-RTD-for-S32K/m-p/1408752#M13884</guid>
      <dc:creator>BeCy</dc:creator>
      <dc:date>2022-02-03T19:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: Real-Time Drivers (RTD) for S32K</title>
      <link>https://community.nxp.com/t5/S32K/Real-Time-Drivers-RTD-for-S32K/m-p/1410643#M13928</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;1. An RTD Driver has two sets of APIs:&lt;BR /&gt;- High Level Interface: AUTOSAR 4.4 implementation (including CDD drivers), which was part of AUTOSAR MCAL in the past&lt;BR /&gt;- Low Level Interface: Non-AUTOSAR implementation, which was part of SDK in the past&lt;/P&gt;
&lt;P&gt;Basically, RTD is the combination between AUTOSAR MCAL as high layer drivers and SDK as low level drivers. If you use a component in MCAL layer (e.g. Dio_1) then you don't need to use the corresponding component in Drivers layer (e.g. Gpio_Dio_1)&lt;/P&gt;
&lt;P&gt;2. In SDK, we have the PAL.&amp;nbsp;&lt;SPAN&gt;The PAL includes the drivers which access to the hardware peripheral. It's not general for all platforms, i.e. each platform has its own PAL.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Nam&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 03:41:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Real-Time-Drivers-RTD-for-S32K/m-p/1410643#M13928</guid>
      <dc:creator>namnguyenviet</dc:creator>
      <dc:date>2022-02-09T03:41:23Z</dc:date>
    </item>
  </channel>
</rss>

