<?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: HSE code errors</title>
    <link>https://community.nxp.com/t5/S32K/HSE-code-errors/m-p/2250716#M54899</link>
    <description>&lt;P&gt;&lt;SPAN&gt;I've encountered the same problem as yours. Could you please tell me how you solved it?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 28 Nov 2025 02:43:34 GMT</pubDate>
    <dc:creator>Jason88619</dc:creator>
    <dc:date>2025-11-28T02:43:34Z</dc:date>
    <item>
      <title>HSE code errors</title>
      <link>https://community.nxp.com/t5/S32K/HSE-code-errors/m-p/1784141#M30332</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;I am creating a seperate project for the HSE where i am adding the services, frameworks and interface folder from the example code, i am getting some erroe and i am keep including the respective header files to the source code but the errors are still there and i am not able to remove them. these error seems to be related to some settings. kindly look and help&amp;nbsp; to remove them.&lt;/P&gt;&lt;P&gt;C:\Work\Projects\Crypto_TS_T40D34M20I3R0\examples\S32DS\Hse_Ip_AesEncAsyncIrq_S32K312\Debug_FLASH/../services/src/fw_attribute/non-otp/hse_get_capabilities.c:82: undefined reference to `gsrvResponse'&lt;BR /&gt;C:\Work\Projects\Crypto_TS_T40D34M20I3R0\examples\S32DS\Hse_Ip_AesEncAsyncIrq_S32K312\Debug_FLASH/../services/src/fw_attribute/non-otp/hse_get_version.c:123: undefined reference to `gHseFwVersion'&lt;BR /&gt;C:\Work\Projects\Crypto_TS_T40D34M20I3R0\examples\S32DS\Hse_Ip_AesEncAsyncIrq_S32K312\Debug_FLASH/../services/src/fw_attribute/non-otp/hse_mu_config.c:129: undefined reference to `gsrvResponse'&lt;BR /&gt;c:/nxp/s32ds.3.4/s32ds/build_tools/gcc_v10.2/gcc-10.2-arm32-eabi/bin/../lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/bin/real-ld.exe: C:\Work\Projects\Crypto_TS_T40D34M20I3R0\examples\S32DS\Hse_Ip_AesEncAsyncIrq_S32K312\Debug_FLASH/../services/src/fw_attribute/non-otp/hse_mu_config.c:129: undefined reference to `write_attr'&lt;BR /&gt;c:/nxp/s32ds.3.4/s32ds/build_tools/gcc_v10.2/gcc-10.2-arm32-eabi/bin/../lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/bin/real-ld.exe: C:\Work\Projects\Crypto_TS_T40D34M20I3R0\examples\S32DS\Hse_Ip_AesEncAsyncIrq_S32K312\Debug_FLASH/../services/src/fw_attribute/non-otp/hse_mu_config.c:129: undefined reference to `WriteMu1Config'&lt;BR /&gt;c:/nxp/s32ds.3.4/s32ds/build_tools/gcc_v10.2/gcc-10.2-arm32-eabi/bin/../lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/bin/real-ld.exe: C:\Work\Projects\Crypto_TS_T40D34M20I3R0\examples\S32DS\Hse_Ip_AesEncAsyncIrq_S32K312\Debug_FLASH/../services/src/fw_attribute/non-otp/hse_mu_config.c:129: undefined reference to `ReadMu1Config'&lt;BR /&gt;C:\Work\Projects\Crypto_TS_T40D34M20I3R0\examples\S32DS\Hse_Ip_AesEncAsyncIrq_S32K312\Debug_FLASH/../services/src/fw_attribute/otp/hse_advance_LC.c:157: undefined reference to `gsrvResponse'&lt;BR /&gt;c:/nxp/s32ds.3.4/s32ds/build_tools/gcc_v10.2/gcc-10.2-arm32-eabi/bin/../lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/bin/real-ld.exe: C:\Work\Projects\Crypto_TS_T40D34M20I3R0\examples\S32DS\Hse_Ip_AesEncAsyncIrq_S32K312\Debug_FLASH/../services/src/fw_attribute/otp/hse_advance_LC.c:157: undefined reference to `write_attr'&lt;BR /&gt;C:\Work\Projects\Crypto_TS_T40D34M20I3R0\examples\S32DS\Hse_Ip_AesEncAsyncIrq_S32K312\Debug_FLASH/../services/src/fw_attribute/otp/hse_boot_auth.c:153: undefined reference to `gsrvResponse'&lt;BR /&gt;c:/nxp/s32ds.3.4/s32ds/build_tools/gcc_v10.2/gcc-10.2-arm32-eabi/bin/../lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/bin/real-ld.exe: C:\Work\Projects\Crypto_TS_T40D34M20I3R0\examples\S32DS\Hse_Ip_AesEncAsyncIrq_S32K312\Debug_FLASH/../services/src/fw_attribute/otp/hse_boot_auth.c:153: undefined reference to `write_attr'&lt;BR /&gt;C:\Work\Projects\Crypto_TS_T40D34M20I3R0\examples\S32DS\Hse_Ip_AesEncAsyncIrq_S32K312\Debug_FLASH/../services/src/fw_attribute/otp/hse_debug_auth_mode.c:136: undefined reference to `gsrvResponse'&lt;BR /&gt;c:/nxp/s32ds.3.4/s32ds/build_tools/gcc_v10.2/gcc-10.2-arm32-eabi/bin/../lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/bin/real-ld.exe: C:\Work\Projects\Crypto_TS_T40D34M20I3R0\examples\S32DS\Hse_Ip_AesEncAsyncIrq_S32K312\Debug_FLASH/../services/src/fw_attribute/otp/hse_debug_auth_mode.c:136: undefined reference to `write_attr'&lt;BR /&gt;C:\Work\Projects\Crypto_TS_T40D34M20I3R0\examples\S32DS\Hse_Ip_AesEncAsyncIrq_S32K312\Debug_FLASH/../services/src/fw_attribute/otp/hse_debug_key.c:299: undefined reference to `write_attr'&lt;BR /&gt;c:/nxp/s32ds.3.4/s32ds/build_tools/gcc_v10.2/gcc-10.2-arm32-eabi/bin/../lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/bin/real-ld.exe: C:\Work\Projects\Crypto_TS_T40D34M20I3R0\examples\S32DS\Hse_Ip_AesEncAsyncIrq_S32K312\Debug_FLASH/../services/src/fw_attribute/otp/hse_debug_key.c:299: undefined reference to `gsrvResponse'&lt;BR /&gt;c:/nxp/s32ds.3.4/s32ds/build_tools/gcc_v10.2/gcc-10.2-arm32-eabi/bin/../lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/bin/real-ld.exe: ./services/src/fw_attribute/otp/hse_extend_cust_security_policy.o: in function `ExtendCustomerSecurityPolicyService':&lt;BR /&gt;C:\Work\Projects\Crypto_TS_T40D34M20I3R0\examples\S32DS\Hse_Ip_AesEncAsyncIrq_S32K312\Debug_FLASH/../services/src/fw_attribute/otp/hse_extend_cust_security_policy.c:148: undefined reference to `gsrvResponse'&lt;BR /&gt;c:/nxp/s32ds.3.4/s32ds/build_tools/gcc_v10.2/gcc-10.2-arm32-eabi/bin/../lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/bin/real-ld.exe: C:\Work\Projects\Crypto_TS_T40D34M20I3R0\examples\S32DS\Hse_Ip_AesEncAsyncIrq_S32K312\Debug_FLASH/../services/src/fw_attribute/otp/hse_extend_cust_security_policy.c:148: undefined reference to `write_attr'&lt;BR /&gt;c:/nxp/s32ds.3.4/s32ds/build_tools/gcc_v10.2/gcc-10.2-arm32-eabi/bin/../lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/bin/real-ld.exe: C:\Work\Projects\Crypto_TS_T40D34M20I3R0\examples\S32DS\Hse_Ip_AesEncAsyncIrq_S32K312\Debug_FLASH/../services/src/fw_attribute/otp/hse_extend_cust_security_policy.c:148: undefined reference to `GetStartAsUserBit'&lt;BR /&gt;c:/nxp/s32ds.3.4/s32ds/build_tools/gcc_v10.2/gcc-10.2-arm32-eabi/bin/../lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/bin/real-ld.exe: C:\Work\Projects\Crypto_TS_T40D34M20I3R0\examples\S32DS\Hse_Ip_AesEncAsyncIrq_S32K312\Debug_FLASH/../services/src/fw_attribute/otp/hse_extend_cust_security_policy.c:148: undefined reference to `GetEnableAdkmBit'&lt;BR /&gt;c:/nxp/s32ds.3.4/s32ds/build_tools/gcc_v10.2/gcc-10.2-arm32-eabi/bin/../lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/bin/real-ld.exe: ./services/src/fw_update/standard/hse_fw_update.o: in function `firmwareUpdateService':&lt;BR /&gt;C:\Work\Projects\Crypto_TS_T40D34M20I3R0\examples\S32DS\Hse_Ip_AesEncAsyncIrq_S32K312\Debug_FLASH/../services/src/fw_update/standard/hse_fw_update.c:402: undefined reference to `gsrvResponse'&lt;BR /&gt;c:/nxp/s32ds.3.4/s32ds/build_tools/gcc_v10.2/gcc-10.2-arm32-eabi/bin/../lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/bin/real-ld.exe: C:\Work\Projects\Crypto_TS_T40D34M20I3R0\examples\S32DS\Hse_Ip_AesEncAsyncIrq_S32K312\Debug_FLASH/../services/src/fw_update/standard/hse_fw_update.c:402: undefined reference to `fwudpate_only'&lt;BR /&gt;c:/nxp/s32ds.3.4/s32ds/build_tools/gcc_v10.2/gcc-10.2-arm32-eabi/bin/../lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/bin/real-ld.exe: C:\Work\Projects\Crypto_TS_T40D34M20I3R0\examples\S32DS\Hse_Ip_AesEncAsyncIrq_S32K312\Debug_FLASH/../services/src/fw_update/standard/hse_fw_update.c:402: undefined reference to `ActivatePassiveBlock'&lt;BR /&gt;c:/nxp/s32ds.3.4/s32ds/build_tools/gcc_v10.2/gcc-10.2-arm32-eabi/bin/../lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/bin/real-ld.exe: C:\Work\Projects\Crypto_TS_T40D34M20I3R0\examples\S32DS\Hse_Ip_AesEncAsyncIrq_S32K312\Debug_FLASH/../services/src/fw_update/standard/hse_fw_update.c:402: undefined reference to `gHseFwVersion'&lt;BR /&gt;C:\Work\Projects\Crypto_TS_T40D34M20I3R0\examples\S32DS\Hse_Ip_AesEncAsyncIrq_S32K312\Debug_FLASH/../services/src/hse_demo_app_config.c:27: undefined reference to `gProgramAttributes'&lt;BR /&gt;c:/nxp/s32ds.3.4/s32ds/build_tools/gcc_v10.2/gcc-10.2-arm32-eabi/bin/../lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/bin/real-ld.exe: C:\Work\Projects\Crypto_TS_T40D34M20I3R0\examples\S32DS\Hse_Ip_AesEncAsyncIrq_S32K312\Debug_FLASH/../services/src/hse_demo_app_config.c:27: undefined reference to `gsrvResponse'&lt;BR /&gt;c:/nxp/s32ds.3.4/s32ds/build_tools/gcc_v10.2/gcc-10.2-arm32-eabi/bin/../lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/bin/real-ld.exe: ./services/src/hse_demo_app_config.o: in function `CopyFlashToSRAMHseHost':&lt;BR /&gt;C:\Work\Projects\Crypto_TS_T40D34M20I3R0\examples\S32DS\Hse_Ip_AesEncAsyncIrq_S32K312\Debug_FLASH/../services/src/hse_demo_app_config.c:75: undefined reference to `HSE_HOST_FLASH_SRC_START_ADDR'&lt;BR /&gt;c:/nxp/s32ds.3.4/s32ds/build_tools/gcc_v10.2/gcc-10.2-arm32-eabi/bin/../lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/bin/real-ld.exe: C:\Work\Projects\Crypto_TS_T40D34M20I3R0\examples\S32DS\Hse_Ip_AesEncAsyncIrq_S32K312\Debug_FLASH/../services/src/hse_demo_app_config.c:75: undefined reference to `HSE_HOST_FLASH_SRC_END_ADDR'&lt;BR /&gt;c:/nxp/s32ds.3.4/s32ds/build_tools/gcc_v10.2/gcc-10.2-arm32-eabi/bin/../lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/bin/real-ld.exe: C:\Work\Projects\Crypto_TS_T40D34M20I3R0\examples\S32DS\Hse_Ip_AesEncAsyncIrq_S32K312\Debug_FLASH/../services/src/hse_demo_app_config.c:75: undefined reference to `HSE_HOST_RAM_DST_START_ADDR'&lt;BR /&gt;c:/nxp/s32ds.3.4/s32ds/build_tools/gcc_v10.2/gcc-10.2-arm32-eabi/bin/../lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/bin/real-ld.exe: ./services/src/hse_demo_app_config.o: in function `attributeProgrammingService':&lt;BR /&gt;C:\Work\Projects\Crypto_TS_T40D34M20I3R0\examples\S32DS\Hse_Ip_AesEncAsyncIrq_S32K312\Debug_FLASH/../services/src/hse_demo_app_config.c:172: undefined reference to `gEnableIVTAuthBit'&lt;BR /&gt;c:/nxp/s32ds.3.4/s32ds/build_tools/gcc_v10.2/gcc-10.2-arm32-eabi/bin/../lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/bin/real-ld.exe: ./services/src/hse_host_flash.o: in function `HostFlash_Init':&lt;BR /&gt;C:\Work\Projects\Crypto_TS_T40D34M20I3R0\examples\S32DS\Hse_Ip_AesEncAsyncIrq_S32K312\Debug_FLASH/../services/src/hse_host_flash.c:156: undefined reference to `FLASH_DRIVER_FLASH_SRC_START_ADDRESS'&lt;BR /&gt;c:/nxp/s32ds.3.4/s32ds/build_tools/gcc_v10.2/gcc-10.2-arm32-eabi/bin/../lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/bin/real-ld.exe: C:\Work\Projects\Crypto_TS_T40D34M20I3R0\examples\S32DS\Hse_Ip_AesEncAsyncIrq_S32K312\Debug_FLASH/../services/src/hse_host_flash.c:156: undefined reference to `FLASH_DRIVER_FLASH_SRC_END_ADDRESS'&lt;BR /&gt;c:/nxp/s32ds.3.4/s32ds/build_tools/gcc_v10.2/gcc-10.2-arm32-eabi/bin/../lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/bin/real-ld.exe: C:\Work\Projects\Crypto_TS_T40D34M20I3R0\examples\S32DS\Hse_Ip_AesEncAsyncIrq_S32K312\Debug_FLASH/../services/src/hse_host_flash.c:156: undefined reference to `FLASH_DRIVER_RAM_DST_START_ADDRESS'&lt;BR /&gt;make: *** [makefile:55: Hse_Ip_AesEncAsyncIrq_S32K312.elf] Error 1&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2024 07:14:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/HSE-code-errors/m-p/1784141#M30332</guid>
      <dc:creator>vikmonti7804</dc:creator>
      <dc:date>2024-01-08T07:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: HSE code errors</title>
      <link>https://community.nxp.com/t5/S32K/HSE-code-errors/m-p/2250716#M54899</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I've encountered the same problem as yours. Could you please tell me how you solved it?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Nov 2025 02:43:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/HSE-code-errors/m-p/2250716#M54899</guid>
      <dc:creator>Jason88619</dc:creator>
      <dc:date>2025-11-28T02:43:34Z</dc:date>
    </item>
  </channel>
</rss>

