<?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: S32DS file generation for Zephyr in S32 Design Studio</title>
    <link>https://community.nxp.com/t5/S32-Design-Studio/S32DS-file-generation-for-Zephyr/m-p/2345801#M14159</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/260400"&gt;@jcb_dississa&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;1.&amp;nbsp;The BaseNXP headers are not generated per‑board. They are delivered with the RTD (Real‑Time Drivers) package. If you need support for a new S32K3 variant that Zephyr doesn't yet include, you can download the appropriate &lt;A href="https://www.nxp.com/design/design-center/software/automotive-software-and-tools/real-time-drivers-rtd:AUTOMOTIVE-RTD" target="_self"&gt;RTD package&lt;/A&gt; and extract them from the installation.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example, the BaseNXP headers are located under:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;C:\NXP\S32DS.3.6.5\S32DS\software\PlatformSDK_S32K3\RTD\BaseNXP_TS_T40D34M70I1R0\header&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;2. Unfortunately, there is no tool/script for creating the pinctrl.h files. You will need to do it manually or create the script yourself.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Keep in mind that&amp;nbsp;Auto Zephyr has 2 versions: downstream (Flexera) and upstream (github). The downstream version has the latest version of CD4 as in Apr/23 (you can find it in Flexera, under S32K3 Reference Software).&lt;/P&gt;
&lt;P&gt;The upstream version has been included in the Zephyr community in Sep/23 and maintained by Zephyr community since then.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Julián&lt;/P&gt;</description>
    <pubDate>Mon, 06 Apr 2026 21:07:26 GMT</pubDate>
    <dc:creator>Julián_AragónM</dc:creator>
    <dc:date>2026-04-06T21:07:26Z</dc:date>
    <item>
      <title>S32DS file generation for Zephyr</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32DS-file-generation-for-Zephyr/m-p/2326271#M14097</link>
      <description>&lt;P&gt;Hi, I’m trying to add support for the S32K312MINI-EVB bord on Zephyr, and I’m also trying to generate files for NXP HAL module in Zephyr, I can see how to generate soc files using the S32DS pin configuration tool, but when it comes to drivers files I don’t see how to generate the files located in hal\nxp\s32\drivers\s32k3\BaseNXP\header\ (&lt;A href="https://github.com/zephyrproject-rtos/hal_nxp/tree/4489753aff624df8af71c96b2bdbd31327cafbb9/s32/drivers/s32k3/BaseNXP/header" target="_blank"&gt;https://github.com/zephyrproject-rtos/hal_nxp/tree/4489753aff624df8af71c96b2bdbd31327cafbb9/s32/drivers/s32k3/BaseNXP/header&lt;/A&gt;) for my specific board, I have no problems with the others driver files, does anyone have any idea on how it is done or if there are docs detailing the process ?&lt;/P&gt;&lt;P&gt;Also for the S32K344-172MQFP-pinctrl.h file (&lt;A href="https://github.com/zephyrproject-rtos/hal_nxp/blob/4489753aff624df8af71c96b2bdbd31327cafbb9/dts/nxp/s32/S32K344-172MQFP-pinctrl.h#L4" target="_blank"&gt;https://github.com/zephyrproject-rtos/hal_nxp/blob/4489753aff624df8af71c96b2bdbd31327cafbb9/dts/nxp/s32/S32K344-172MQFP-pinctrl.h#L4&lt;/A&gt;) I see how to manually create one for my board using the datasheet, but I wonder if there is a tool to create one either with S32DS or with a script that takes the datasheet excel file as input.&lt;/P&gt;&lt;P&gt;By the way I'm new here, so my apologies if I'm doing some rookie mistakes and don't hesitate to correct me!&lt;/P&gt;&lt;P&gt;Thank you all!&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2026 10:02:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32DS-file-generation-for-Zephyr/m-p/2326271#M14097</guid>
      <dc:creator>jcb_dississa</dc:creator>
      <dc:date>2026-03-04T10:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: S32DS file generation for Zephyr</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32DS-file-generation-for-Zephyr/m-p/2345801#M14159</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/260400"&gt;@jcb_dississa&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;1.&amp;nbsp;The BaseNXP headers are not generated per‑board. They are delivered with the RTD (Real‑Time Drivers) package. If you need support for a new S32K3 variant that Zephyr doesn't yet include, you can download the appropriate &lt;A href="https://www.nxp.com/design/design-center/software/automotive-software-and-tools/real-time-drivers-rtd:AUTOMOTIVE-RTD" target="_self"&gt;RTD package&lt;/A&gt; and extract them from the installation.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example, the BaseNXP headers are located under:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;C:\NXP\S32DS.3.6.5\S32DS\software\PlatformSDK_S32K3\RTD\BaseNXP_TS_T40D34M70I1R0\header&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;2. Unfortunately, there is no tool/script for creating the pinctrl.h files. You will need to do it manually or create the script yourself.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Keep in mind that&amp;nbsp;Auto Zephyr has 2 versions: downstream (Flexera) and upstream (github). The downstream version has the latest version of CD4 as in Apr/23 (you can find it in Flexera, under S32K3 Reference Software).&lt;/P&gt;
&lt;P&gt;The upstream version has been included in the Zephyr community in Sep/23 and maintained by Zephyr community since then.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Julián&lt;/P&gt;</description>
      <pubDate>Mon, 06 Apr 2026 21:07:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32DS-file-generation-for-Zephyr/m-p/2345801#M14159</guid>
      <dc:creator>Julián_AragónM</dc:creator>
      <dc:date>2026-04-06T21:07:26Z</dc:date>
    </item>
  </channel>
</rss>

