<?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>S32KのトピックRe: S32K144 AUTOSAR RTD CAN Example Build Error – Missing Port_Ci_Port_Ip_Types.h (S32DS 3.6.5)</title>
    <link>https://community.nxp.com/t5/S32K/S32K144-AUTOSAR-RTD-CAN-Example-Build-Error-Missing-Port-Ci-Port/m-p/2271214#M55845</link>
    <description>&lt;P&gt;i am followed the method for the S32K144 by choosing the example project from the RTD driver 3.0.0 CAN_example_s32144 i have added the in the MCAL under adde the port and chosed the port and removed the port_Ip for the normal drivers but even thorugh i am getting same error please help me to create CAN example project for the S32144-evb board&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 05 Jan 2026 06:10:28 GMT</pubDate>
    <dc:creator>NagulMeera</dc:creator>
    <dc:date>2026-01-05T06:10:28Z</dc:date>
    <item>
      <title>S32K144 AUTOSAR RTD CAN Example Build Error – Missing Port_Ci_Port_Ip_Types.h (S32DS 3.6.5)</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-AUTOSAR-RTD-CAN-Example-Build-Error-Missing-Port-Ci-Port/m-p/2270038#M55785</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I am working with &lt;STRONG&gt;S32 Design Studio version 3.6.5&lt;/STRONG&gt; and using the &lt;STRONG&gt;S32K1 AUTOSAR 4.4 – RTD 3.0.0 (QLP02, D2505)&lt;/STRONG&gt; package.&lt;/P&gt;&lt;P&gt;I tried to create and build the &lt;STRONG&gt;CAN example project provided in the RTD&lt;/STRONG&gt; for &lt;STRONG&gt;MCU S32K144&lt;/STRONG&gt;, targeting the &lt;STRONG&gt;S32K144EVB&lt;/STRONG&gt; board.&lt;/P&gt;&lt;H3&gt;Environment details:&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Tool: S32 Design Studio 3.6.5&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;RTD: S32K1 AUTOSAR 4.4 RTD 3.0.0 (QLP02 D2505)&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;MCU: S32K144&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Board: S32K144EVB-Q100&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;Steps followed:&lt;/H3&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;Imported the CAN example using &lt;EM&gt;“S32DS Project From Example”&lt;/EM&gt;.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Selected CAN0 related pins (TX/RX) using the configuration tool.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Clicked &lt;STRONG&gt;Update Code&lt;/STRONG&gt;.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Tried to build the project.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;H3&gt;Issue:&lt;/H3&gt;&lt;P&gt;During compilation, I consistently get the following error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;./board/Port_Ci_Port_Ip_Cfg.h:47:10:&lt;/SPAN&gt; &lt;SPAN class=""&gt;fatal error: Port_Ci_Port_Ip_Types.h:&lt;/SPAN&gt; &lt;SPAN class=""&gt;No&lt;/SPAN&gt; &lt;SPAN class=""&gt;such&lt;/SPAN&gt; &lt;SPAN class=""&gt;file&lt;/SPAN&gt; &lt;SPAN class=""&gt;or&lt;/SPAN&gt; &lt;SPAN class=""&gt;directory&lt;/SPAN&gt; &lt;SPAN class=""&gt;#include "Port_Ci_Port_Ip_Types.h"&lt;/SPAN&gt; &lt;SPAN class=""&gt;compilation&lt;/SPAN&gt; &lt;SPAN class=""&gt;terminated.&lt;/SPAN&gt; &lt;SPAN class=""&gt;Building file:&lt;/SPAN&gt; &lt;SPAN class=""&gt;../RTD/src/FlexCAN_Ip_Irq.c&lt;/SPAN&gt; &lt;SPAN class=""&gt;Invoking:&lt;/SPAN&gt; &lt;SPAN class=""&gt;Standard&lt;/SPAN&gt; &lt;SPAN class=""&gt;S32DS&lt;/SPAN&gt; &lt;SPAN class=""&gt;C&lt;/SPAN&gt; &lt;SPAN class=""&gt;Compiler&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;PRE&gt;&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;It looks like the &lt;STRONG&gt;Port IP AUTOSAR generated header file is missing&lt;/STRONG&gt;, even after configuring CAN pins and updating the code.&lt;/P&gt;&lt;P&gt;I have checked multiple forum posts and tried the suggested steps, but I am still unable to resolve this issue.&lt;/P&gt;&lt;H3&gt;Questions:&lt;/H3&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;Is this CAN example intended to be used directly as an AUTOSAR ECUC-based project in S32DS 3.6.5?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Should a separate AUTOSAR RTD project be created first and then the example source files copied?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Is there any additional step required to enable the AUTOSAR ECU Configuration editor instead of the SDK Pins/Clocks tool in S32DS 3.6.5?&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Any guidance on the correct workflow to build this RTD CAN example successfully on S32K144EVB would be greatly appreciated.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Dec 2025 10:47:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-AUTOSAR-RTD-CAN-Example-Build-Error-Missing-Port-Ci-Port/m-p/2270038#M55785</guid>
      <dc:creator>NagulMeera</dc:creator>
      <dc:date>2025-12-30T10:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144 AUTOSAR RTD CAN Example Build Error – Missing Port_Ci_Port_Ip_Types.h (S32DS 3.6.5)</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-AUTOSAR-RTD-CAN-Example-Build-Error-Missing-Port-Ci-Port/m-p/2270772#M55818</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;RTD CAN demo example shows only internal loopback test, no pins are configured and you need to add it. You can refer to below guide for a reference how the PORT component should be added;&amp;nbsp;&lt;A href="https://community.nxp.com/t5/S32-Design-Studio-Knowledge-Base/HOWTO-Create-a-Blinking-LED-example-project-using-S32K1xx-RTD/ta-p/1471695" target="_blank"&gt;https://community.nxp.com/t5/S32-Design-Studio-Knowledge-Base/HOWTO-Create-a-Blinking-LED-example-project-using-S32K1xx-RTD/ta-p/1471695&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Not sure of other S32K144 CAN demos using MCAL level driver, but you can e.g. refer to S32K3 demos posted on &lt;A href="https://community.nxp.com/t5/S32K-Knowledge-Base/RTD600-MCAL-amp-IP-S32K3X4EVB-T172-FlexCAN-Example-Interrupt/ta-p/2142069" target="_blank"&gt;https://community.nxp.com/t5/S32K-Knowledge-Base/RTD600-MCAL-amp-IP-S32K3X4EVB-T172-FlexCAN-Example-Interrupt/ta-p/2142069&lt;/A&gt; . The usage is very similar.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR, Petr&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jan 2026 11:25:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-AUTOSAR-RTD-CAN-Example-Build-Error-Missing-Port-Ci-Port/m-p/2270772#M55818</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2026-01-02T11:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144 AUTOSAR RTD CAN Example Build Error – Missing Port_Ci_Port_Ip_Types.h (S32DS 3.6.5)</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-AUTOSAR-RTD-CAN-Example-Build-Error-Missing-Port-Ci-Port/m-p/2271214#M55845</link>
      <description>&lt;P&gt;i am followed the method for the S32K144 by choosing the example project from the RTD driver 3.0.0 CAN_example_s32144 i have added the in the MCAL under adde the port and chosed the port and removed the port_Ip for the normal drivers but even thorugh i am getting same error please help me to create CAN example project for the S32144-evb board&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jan 2026 06:10:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-AUTOSAR-RTD-CAN-Example-Build-Error-Missing-Port-Ci-Port/m-p/2271214#M55845</guid>
      <dc:creator>NagulMeera</dc:creator>
      <dc:date>2026-01-05T06:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144 AUTOSAR RTD CAN Example Build Error – Missing Port_Ci_Port_Ip_Types.h (S32DS 3.6.5)</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-AUTOSAR-RTD-CAN-Example-Build-Error-Missing-Port-Ci-Port/m-p/2290309#M55990</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;refer to modified demo example attached.&lt;BR /&gt;It sends out 10 messages when tested with S32K144EVB-Q100 with PCAN tool connected&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PetrS_0-1767883554367.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/372179iC2CAC817472229AF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PetrS_0-1767883554367.png" alt="PetrS_0-1767883554367.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Hope it helps.&lt;/P&gt;
&lt;P&gt;BR, Petr&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jan 2026 14:46:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-AUTOSAR-RTD-CAN-Example-Build-Error-Missing-Port-Ci-Port/m-p/2290309#M55990</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2026-01-08T14:46:08Z</dc:date>
    </item>
  </channel>
</rss>

