<?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>S32 Design StudioのトピックRe: How to Force Specific Memory Area for Specific Variables in S32DS (RAM, Flash, Data Flash)</title>
    <link>https://community.nxp.com/t5/S32-Design-Studio/How-to-Force-Specific-Memory-Area-for-Specific-Variables-in/m-p/2175109#M13775</link>
    <description>&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;The above memory force approach assumes an increase in application code size in the future. Will the compiler or code be able to access my custom memory region?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;When I try to directly access My_array[], I am encountering a hard fault.&amp;nbsp;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;To explain my case: I have both bootloader and application code running on the MCU. When transitioning from the application code to the bootloader (or vice versa), I am using flags like application_valid_flag and boot_valid_flag. I want to declare these flags in my custom memory region to ensure they are not affected by memory address increments or compiler optimizations. Additionally, I need 16KB of flash memory, which I want to use like EEPROM. Importantly, this 16KB section should remain unaffected. How should I handle this scenario?&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Karmegan C&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 24 Sep 2025 14:53:43 GMT</pubDate>
    <dc:creator>karmegancjk</dc:creator>
    <dc:date>2025-09-24T14:53:43Z</dc:date>
    <item>
      <title>How to Force Specific Memory Area for Specific Variables in S32DS (RAM, Flash, Data Flash)</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/How-to-Force-Specific-Memory-Area-for-Specific-Variables-in/m-p/2170941#M13762</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am working with the &lt;STRONG&gt;S32K358&lt;/STRONG&gt; and using &lt;STRONG&gt;S32 Design Studio (S32DS)&lt;/STRONG&gt; as my IDE. I would like to &lt;STRONG&gt;reserve specific memory regions&lt;/STRONG&gt; for certain variables and ensure that these allocations are &lt;STRONG&gt;not affected by the compiler or linker during build time&lt;/STRONG&gt;—especially when new variables or arrays are introduced later in the project.&lt;/P&gt;&lt;H3&gt;&lt;STRONG&gt;My Requirements&lt;/STRONG&gt;&lt;/H3&gt;&lt;H4&gt;1. &lt;STRONG&gt;Dedicated RAM Section&lt;/STRONG&gt;&lt;/H4&gt;&lt;P&gt;I need to allocate a specific section of RAM exclusively for my own variables. These variables should be placed at &lt;STRONG&gt;fixed memory locations&lt;/STRONG&gt; and must &lt;STRONG&gt;not be moved or overwritten&lt;/STRONG&gt; by the compiler/linker during future software builds or updates.&lt;/P&gt;&lt;H4&gt;2. &lt;STRONG&gt;Dedicated Flash / Data Flash Section (EEPROM-like usage)&lt;/STRONG&gt;&lt;/H4&gt;&lt;P&gt;I want to reserve areas in &lt;STRONG&gt;Flash or Data Flash&lt;/STRONG&gt; for persistent data storage. For example:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Application_Valid_Flag&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Bootloader_Valid_Flag&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Arrays or structures containing configuration or runtime state data&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;These variables should be stored at &lt;STRONG&gt;fixed memory addresses and&lt;/STRONG&gt;&amp;nbsp;should remain &lt;STRONG&gt;unaffected by firmware reprogramming&lt;/STRONG&gt; or section relocations—functioning similarly to EEPROM.&lt;/P&gt;&lt;H3&gt;&lt;STRONG&gt;My Questions&lt;/STRONG&gt;&lt;/H3&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;How can I configure the &lt;STRONG&gt;project settings in S32DS&lt;/STRONG&gt; to reserve and assign specific memory addresses for variables (RAM, Flash, or Data Flash)?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;How do I &lt;STRONG&gt;declare variables in code&lt;/STRONG&gt; so they are placed into these custom-defined memory sections?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;If S32DS or the compiler does not provide direct settings for this, how can I &lt;STRONG&gt;manually modify the linker script&lt;/STRONG&gt; to define and reserve these specific memory areas?&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Karmegan C&lt;/P&gt;</description>
      <pubDate>Wed, 17 Sep 2025 08:05:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/How-to-Force-Specific-Memory-Area-for-Specific-Variables-in/m-p/2170941#M13762</guid>
      <dc:creator>karmegancjk</dc:creator>
      <dc:date>2025-09-17T08:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to Force Specific Memory Area for Specific Variables in S32DS (RAM, Flash, Data Flash)</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/How-to-Force-Specific-Memory-Area-for-Specific-Variables-in/m-p/2172027#M13766</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/241477"&gt;@karmegancjk&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;It depends on the compiler. For example, GCC does not support placing a variable directly at a specific address. Instead, GCC requires you to place variables in named sections, and then use the linker script to assign those sections to specific memory addresses.&lt;/P&gt;
&lt;P&gt;Have a look at any RTD example, the linker file already defines multiple memory sections. You can create new sections by referencing these existing ones and extending them as needed.&lt;/P&gt;
&lt;P&gt;For example,&amp;nbsp;Placing a Variable in &lt;STRONG&gt;int_sram_no_cacheable:&lt;/STRONG&gt;&lt;/P&gt;
&lt;LI-CODE lang="c"&gt;#pragma GCC section bss ".mcal_bss_no_cacheable"
uint8_t variable;
#pragma GCC section bss
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is an example that uses ITCM and DTCM and the linker file is modified because of that.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/S32K-Knowledge-Base/Example-Siul2-Port-Ip-Example-S32K344-ITCM-DTCM-S32DS3-4-RTD300/ta-p/1605107" target="_blank"&gt;https://community.nxp.com/t5/S32K-Knowledge-Base/Example-Siul2-Port-Ip-Example-S32K344-ITCM-DTCM-S32DS3-4-RTD300/ta-p/1605107&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Sep 2025 13:20:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/How-to-Force-Specific-Memory-Area-for-Specific-Variables-in/m-p/2172027#M13766</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2025-09-18T13:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to Force Specific Memory Area for Specific Variables in S32DS (RAM, Flash, Data Flash)</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/How-to-Force-Specific-Memory-Area-for-Specific-Variables-in/m-p/2174788#M13771</link>
      <description>&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;If I place a variable in the int_pflash0 custom flash memory section or the int_dflash0 custom data flash memory section, how can I access that variable? Since writing to flash memory requires high-voltage operations, is it possible to write directly to variables placed in the flash or DFlash memory regions?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;How can I verify whether the flash or DFlash memory region I created is correct?&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Thanks and regards,&lt;BR /&gt;&lt;STRONG&gt;Karmegan C&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Sep 2025 06:24:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/How-to-Force-Specific-Memory-Area-for-Specific-Variables-in/m-p/2174788#M13771</guid>
      <dc:creator>karmegancjk</dc:creator>
      <dc:date>2025-09-24T06:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to Force Specific Memory Area for Specific Variables in S32DS (RAM, Flash, Data Flash)</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/How-to-Force-Specific-Memory-Area-for-Specific-Variables-in/m-p/2174970#M13772</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Karmegan C,&lt;/P&gt;
&lt;P&gt;1.&lt;/P&gt;
&lt;P&gt;It is not possible to write there.&lt;/P&gt;
&lt;P&gt;The flash sector (0x2000 size) would need to be erased first.&lt;/P&gt;
&lt;P&gt;You could use FEE driver on DFlash for non-volatile variables in flash.&lt;/P&gt;
&lt;P&gt;2.&lt;/P&gt;
&lt;P&gt;Check the .map file after compilation.&lt;/P&gt;
&lt;P&gt;You should be able to locate the data names and their locations.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Sep 2025 10:34:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/How-to-Force-Specific-Memory-Area-for-Specific-Variables-in/m-p/2174970#M13772</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2025-09-24T10:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to Force Specific Memory Area for Specific Variables in S32DS (RAM, Flash, Data Flash)</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/How-to-Force-Specific-Memory-Area-for-Specific-Variables-in/m-p/2175011#M13773</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Daniel,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1. I have checked the variable names and their memory locations; they are listed in the .map file.&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The array is declared in the main.c file.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; uint32_t my_array[10] __attribute__((section(".my_section")));&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;&amp;nbsp;In the linker, file&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Memory command:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;MEMORY&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; int_pflash : ORIGIN = 0x00400000, LENGTH = 0x00600000 /* 6144KB */&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; int_pflash0 : ORIGIN = 0x00A00000, LENGTH = 0x001D4000 /* 1872KB - 176KB (sBAF + HSE)*/&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Section command:&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;/* Custom section in Flash */&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;.pflash0:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;KEEP(*(.my_section))&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;} &amp;gt; int_pflash0&lt;/SPAN&gt;&lt;/DIV&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;map file&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;.pflash0&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0x00a00000 0x28&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;*(.my_section)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; .my_section&amp;nbsp; &amp;nbsp; &amp;nbsp; 0x00a00000 0x28 ./src/main.o&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0x00a00000 my_array&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;STRONG&gt;My questions are:&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;How can I use (read and write operation) the array my_array[]?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;After a power-on reset, can the array my_array[] retain data from the address of 0x00A00000?&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;MCU - S32K358&lt;/P&gt;&lt;P&gt;SW - RTD 4.0.0&lt;/P&gt;&lt;P&gt;IDE - S32DS 3.5.13 IDE&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 24 Sep 2025 12:09:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/How-to-Force-Specific-Memory-Area-for-Specific-Variables-in/m-p/2175011#M13773</guid>
      <dc:creator>karmegancjk</dc:creator>
      <dc:date>2025-09-24T12:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to Force Specific Memory Area for Specific Variables in S32DS (RAM, Flash, Data Flash)</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/How-to-Force-Specific-Memory-Area-for-Specific-Variables-in/m-p/2175033#M13774</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/241477"&gt;@karmegancjk&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;1.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The&amp;nbsp;my_array data cannot be overwritten.&lt;/P&gt;
&lt;P&gt;You would need to erase the whole sector at&amp;nbsp;0x00A00000 (0x00A00000 - 0x00A02000) first.&lt;/P&gt;
&lt;P&gt;Use RTD FEE driver instead.&lt;/P&gt;
&lt;P&gt;2.&lt;/P&gt;
&lt;P&gt;Sure, this is non-volatile flash memory.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Sep 2025 12:38:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/How-to-Force-Specific-Memory-Area-for-Specific-Variables-in/m-p/2175033#M13774</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2025-09-24T12:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to Force Specific Memory Area for Specific Variables in S32DS (RAM, Flash, Data Flash)</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/How-to-Force-Specific-Memory-Area-for-Specific-Variables-in/m-p/2175109#M13775</link>
      <description>&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;The above memory force approach assumes an increase in application code size in the future. Will the compiler or code be able to access my custom memory region?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;When I try to directly access My_array[], I am encountering a hard fault.&amp;nbsp;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;To explain my case: I have both bootloader and application code running on the MCU. When transitioning from the application code to the bootloader (or vice versa), I am using flags like application_valid_flag and boot_valid_flag. I want to declare these flags in my custom memory region to ensure they are not affected by memory address increments or compiler optimizations. Additionally, I need 16KB of flash memory, which I want to use like EEPROM. Importantly, this 16KB section should remain unaffected. How should I handle this scenario?&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Karmegan C&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Sep 2025 14:53:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/How-to-Force-Specific-Memory-Area-for-Specific-Variables-in/m-p/2175109#M13775</guid>
      <dc:creator>karmegancjk</dc:creator>
      <dc:date>2025-09-24T14:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to Force Specific Memory Area for Specific Variables in S32DS (RAM, Flash, Data Flash)</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/How-to-Force-Specific-Memory-Area-for-Specific-Variables-in/m-p/2178129#M13798</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/241477"&gt;@karmegancjk&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;1.&lt;/P&gt;
&lt;P&gt;Yes, if you place the variables/constants in a section, it will remain in the section.&lt;/P&gt;
&lt;P&gt;2.&lt;/P&gt;
&lt;P&gt;Only on a write access I assume.&lt;/P&gt;
&lt;P&gt;3.&lt;/P&gt;
&lt;P&gt;Use the RTD FEE driver as I have already mentioned.&lt;/P&gt;
&lt;P&gt;In the installation directory of the driver, you can find FEE User Manual - it specifically mentions the use case when the FEE driver is used from both the bootloader and the application.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Tue, 30 Sep 2025 11:13:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/How-to-Force-Specific-Memory-Area-for-Specific-Variables-in/m-p/2178129#M13798</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2025-09-30T11:13:16Z</dc:date>
    </item>
  </channel>
</rss>

