<?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: Missing Std_Types.h in S32 Design Studio</title>
    <link>https://community.nxp.com/t5/S32-Design-Studio/Missing-Std-Types-h/m-p/2017976#M12878</link>
    <description>&lt;P&gt;3.6 Didn't improve things either.&amp;nbsp; These jokers don't bother to regression test.&lt;/P&gt;</description>
    <pubDate>Fri, 20 Dec 2024 16:54:19 GMT</pubDate>
    <dc:creator>mstroven</dc:creator>
    <dc:date>2024-12-20T16:54:19Z</dc:date>
    <item>
      <title>Missing Std_Types.h</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Missing-Std-Types-h/m-p/1780969#M11635</link>
      <description>&lt;P&gt;I have just upgraded to S32DS version 3.5 and have setup my pins and drivers.&lt;/P&gt;&lt;P&gt;I have generated the necessary files but when I try and compile I get the following error message:&lt;/P&gt;&lt;LI-CODE lang="c"&gt;Std_Types.h: No such file or directory&lt;/LI-CODE&gt;&lt;P&gt;This file is included in one of the generated files Port_Ci_Port_Lp.h&lt;/P&gt;&lt;LI-CODE lang="c"&gt;/*==================================================================================================
*   Project              : RTD AUTOSAR 4.7
*   Platform             : CORTEXM
*   Peripheral           : PORT_CI
*   Dependencies         : none
*
*   Autosar Version      : 4.7.0
*   Autosar Revision     : ASR_REL_4_7_REV_0000
*   Autosar Conf.Variant :
*   SW Version           : 2.0.0
*   Build Version        : S32K1_RTD_2_0_0_D2308_ASR_REL_4_7_REV_0000_20230804
*
*   Copyright 2020-2023 NXP Semiconductors
*
*   NXP Confidential. This software is owned or controlled by NXP and may only be
*   used strictly in accordance with the applicable license terms. By expressly
*   accepting such terms or by downloading, installing, activating and/or otherwise
*   using the software, you are agreeing that you have read, and that you agree to
*   comply with and are bound by, such license terms. If you do not agree to be
*   bound by the applicable license terms, then you may not retain, install,
*   activate or otherwise use the software.
==================================================================================================*/

#ifndef PORT_CI_PORT_IP_H
#define PORT_CI_PORT_IP_H

/**
*   @file    Port_Ci_Port_Ip.h
*
*   @defgroup Port_IPL Port IPL
*   @{
*/

#if defined(__cplusplus)
extern "C" {
#endif

/*==================================================================================================
*                                          INCLUDE FILES
* 1) system and project includes
* 2) needed interfaces from external units
* 3) internal and external interfaces from this unit
==================================================================================================*/

#include "Std_Types.h"
#include "Port_Ci_Port_Ip_Cfg.h"
#include "Port_Ci_Port_Ip_Types.h"
#include "Port_Ci_Port_Ip_Defines.h"
#include "Devassert.h"
&lt;/LI-CODE&gt;&lt;P&gt;What am I doing wrong?&lt;/P&gt;&lt;P&gt;Version 3.5 feels like a massive backward step from 3.4 which was super easy to use &lt;LI-EMOJI id="lia_disappointed-face" title=":disappointed_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2023 20:22:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Missing-Std-Types-h/m-p/1780969#M11635</guid>
      <dc:creator>ArkAndyFraser</dc:creator>
      <dc:date>2023-12-28T20:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Std_Types.h</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Missing-Std-Types-h/m-p/2017976#M12878</link>
      <description>&lt;P&gt;3.6 Didn't improve things either.&amp;nbsp; These jokers don't bother to regression test.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2024 16:54:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Missing-Std-Types-h/m-p/2017976#M12878</guid>
      <dc:creator>mstroven</dc:creator>
      <dc:date>2024-12-20T16:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Std_Types.h</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Missing-Std-Types-h/m-p/2031655#M12994</link>
      <description>&lt;P&gt;Any updates on this?&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/222282"&gt;@ArkAndyFraser&lt;/a&gt;&lt;/SPAN&gt;did you manage to solve the problem with the missing Std_Types.h file being included in the generated RTD files?&lt;/P&gt;&lt;P&gt;I couldn't find&amp;nbsp; the Std_Types.h file even in the examples provided by NXP.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2025 18:28:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Missing-Std-Types-h/m-p/2031655#M12994</guid>
      <dc:creator>Djuric</dc:creator>
      <dc:date>2025-01-21T18:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Std_Types.h</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Missing-Std-Types-h/m-p/2054155#M13128</link>
      <description>&lt;P&gt;I've had to go back to DS3.4 with SDK RTM 4.0.2 to get something that mostly works as advertised.&amp;nbsp; However, the more I use the NXP SDK, the more I hate it...&lt;/P&gt;</description>
      <pubDate>Sat, 01 Mar 2025 22:09:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Missing-Std-Types-h/m-p/2054155#M13128</guid>
      <dc:creator>mstroven</dc:creator>
      <dc:date>2025-03-01T22:09:39Z</dc:date>
    </item>
  </channel>
</rss>

