<?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 can i use the same variables in different sub-project using S32DS?</title>
    <link>https://community.nxp.com/t5/S32-Design-Studio/How-can-i-use-the-same-variables-in-different-sub-project-using/m-p/705196#M1815</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you also need to modify linker files for all cores. Please check the linker files in the example and&amp;nbsp; your project (Your Project Name-&amp;gt;Project_settings-&amp;gt;Linker_files). You need to add path for shared objects (shared_mem.o and shared_func.o) into project settings (see screenshot bellow). Source codes - shared_mem.c and shared_func.c needs to be build by the firstly built core project (one of the cores is always build as the first and I can't find way how to change the build sequence - looks like that it is alphabetically sorted).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/30106iEF0A58D094C4545E/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The basic idea is&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&amp;nbsp;one memory space and starting address shared across cores (one instance for all cores) - technically linked shared_mem.o object on the very same address for each core&lt;/LI&gt;&lt;LI&gt;usage semaphores for accessing shared memory&amp;nbsp; (one instance per core) - technically linked shared_func.o on unique address for each core.&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is linker file with added shared mem location:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/30061iB3DAD7CA8FD75546/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Oct 2017 06:39:48 GMT</pubDate>
    <dc:creator>jiri_kral</dc:creator>
    <dc:date>2017-10-13T06:39:48Z</dc:date>
    <item>
      <title>How can i use the same variables in different sub-project using S32DS?</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/How-can-i-use-the-same-variables-in-different-sub-project-using/m-p/705192#M1811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to use core0 to receive some CAN data,and then transmit these data to the terminal by using core1.So i write some code in these two sub-project,how can i transmit &amp;nbsp;the data which i received in project Z4_1 in project Z4_2?&lt;span class="lia-inline-image-display-wrapper" image-alt="201439_201439.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/123193iBA8653A8B2A7E933/image-size/large?v=v2&amp;amp;px=999" role="button" title="201439_201439.PNG" alt="201439_201439.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="捕获.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/30183i70726EC4D066AA87/image-size/large?v=v2&amp;amp;px=999" role="button" title="捕获.PNG" alt="捕获.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My development board is devkit-mpc5748g。&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The following attachment is my project！&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-338643"&gt;enet_rmii_udp.rar&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2017 09:01:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/How-can-i-use-the-same-variables-in-different-sub-project-using/m-p/705192#M1811</guid>
      <dc:creator>timwang</dc:creator>
      <dc:date>2017-10-12T09:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: How can i use the same variables in different sub-project using S32DS?</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/How-can-i-use-the-same-variables-in-different-sub-project-using/m-p/705193#M1812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use shared memory. Here is example for multi-core shared memory usage:&amp;nbsp;&lt;BR /&gt;&lt;A href="https://community.nxp.com/docs/DOC-335344"&gt;https://community.nxp.com/docs/DOC-335344&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example is for S32R274, but you can use this technique for MPC5748G too.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jiri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2017 10:33:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/How-can-i-use-the-same-variables-in-different-sub-project-using/m-p/705193#M1812</guid>
      <dc:creator>jiri_kral</dc:creator>
      <dc:date>2017-10-12T10:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: How can i use the same variables in different sub-project using S32DS?</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/How-can-i-use-the-same-variables-in-different-sub-project-using/m-p/705194#M1813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jiri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have added these two files shared_mem and shared_func into my project.But i still have thses faults,do i have to make some other configuration?&lt;span class="lia-inline-image-display-wrapper" image-alt="捕获.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/30506i0D35479E304D38FB/image-size/large?v=v2&amp;amp;px=999" role="button" title="捕获.PNG" alt="捕获.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2017 02:42:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/How-can-i-use-the-same-variables-in-different-sub-project-using/m-p/705194#M1813</guid>
      <dc:creator>timwang</dc:creator>
      <dc:date>2017-10-13T02:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: How can i use the same variables in different sub-project using S32DS?</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/How-can-i-use-the-same-variables-in-different-sub-project-using/m-p/705195#M1814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do i have to add the two files into all the sub-project?&lt;/P&gt;&lt;P&gt;In this example,only the z7_0 project contain the 'shared_mem' and the 'shared_func' file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2017 03:04:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/How-can-i-use-the-same-variables-in-different-sub-project-using/m-p/705195#M1814</guid>
      <dc:creator>timwang</dc:creator>
      <dc:date>2017-10-13T03:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: How can i use the same variables in different sub-project using S32DS?</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/How-can-i-use-the-same-variables-in-different-sub-project-using/m-p/705196#M1815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you also need to modify linker files for all cores. Please check the linker files in the example and&amp;nbsp; your project (Your Project Name-&amp;gt;Project_settings-&amp;gt;Linker_files). You need to add path for shared objects (shared_mem.o and shared_func.o) into project settings (see screenshot bellow). Source codes - shared_mem.c and shared_func.c needs to be build by the firstly built core project (one of the cores is always build as the first and I can't find way how to change the build sequence - looks like that it is alphabetically sorted).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/30106iEF0A58D094C4545E/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The basic idea is&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&amp;nbsp;one memory space and starting address shared across cores (one instance for all cores) - technically linked shared_mem.o object on the very same address for each core&lt;/LI&gt;&lt;LI&gt;usage semaphores for accessing shared memory&amp;nbsp; (one instance per core) - technically linked shared_func.o on unique address for each core.&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is linker file with added shared mem location:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/30061iB3DAD7CA8FD75546/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2017 06:39:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/How-can-i-use-the-same-variables-in-different-sub-project-using/m-p/705196#M1815</guid>
      <dc:creator>jiri_kral</dc:creator>
      <dc:date>2017-10-13T06:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: How can i use the same variables in different sub-project using S32DS?</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/How-can-i-use-the-same-variables-in-different-sub-project-using/m-p/705197#M1816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jiri,&lt;/P&gt;&lt;P&gt;Thank you very much !&lt;/P&gt;&lt;P&gt;It works for me!&lt;/P&gt;&lt;P&gt;But i still have this problem.As the picture showed below,In project Z4_1,i have change the value of the Tx_Message which is a shared&amp;nbsp;variable，but in project Z4_2,the value of the Tx_Message is still&amp;nbsp;previous value,Why?How can i solve this problem?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="捕获.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/31014iB1D5843A120CFA1D/image-size/large?v=v2&amp;amp;px=999" role="button" title="捕获.PNG" alt="捕获.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="捕获1.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/31085iA2355CCCBA2B707C/image-size/large?v=v2&amp;amp;px=999" role="button" title="捕获1.PNG" alt="捕获1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2017 09:06:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/How-can-i-use-the-same-variables-in-different-sub-project-using/m-p/705197#M1816</guid>
      <dc:creator>timwang</dc:creator>
      <dc:date>2017-10-13T09:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: How can i use the same variables in different sub-project using S32DS?</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/How-can-i-use-the-same-variables-in-different-sub-project-using/m-p/705198#M1817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There may be couple reasons. Are you unlocking shmem access? Do you have only one source code for shmem/shfunc in the Z2_3 project and for other cores is linked object file from Z2_3 core?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you attach your update project - I'll look at it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jiri&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2017 10:28:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/How-can-i-use-the-same-variables-in-different-sub-project-using/m-p/705198#M1817</guid>
      <dc:creator>jiri_kral</dc:creator>
      <dc:date>2017-10-13T10:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: How can i use the same variables in different sub-project using S32DS?</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/How-can-i-use-the-same-variables-in-different-sub-project-using/m-p/705199#M1818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jiri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm sure that i do all these configuration as you say.&lt;/P&gt;&lt;P&gt;Now,i attach my project below,if you have some free time,please look at my project.&lt;/P&gt;&lt;P&gt;Apologize for taking up your time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2017 13:34:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/How-can-i-use-the-same-variables-in-different-sub-project-using/m-p/705199#M1818</guid>
      <dc:creator>timwang</dc:creator>
      <dc:date>2017-10-13T13:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: How can i use the same variables in different sub-project using S32DS?</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/How-can-i-use-the-same-variables-in-different-sub-project-using/m-p/705200#M1819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I still have a question that when i import a project,in debug process,if i want to set a breakpoint in Z4_2 project,it always can not be effective,and the console window shows these messages：&lt;span class="lia-inline-image-display-wrapper" image-alt="捕获.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/30063i54763807C0F0EB78/image-size/large?v=v2&amp;amp;px=999" role="button" title="捕获.PNG" alt="捕获.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And the breakpoint in Z4_1 project is effective.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2017 14:16:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/How-can-i-use-the-same-variables-in-different-sub-project-using/m-p/705200#M1819</guid>
      <dc:creator>timwang</dc:creator>
      <dc:date>2017-10-13T14:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: How can i use the same variables in different sub-project using S32DS?</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/How-can-i-use-the-same-variables-in-different-sub-project-using/m-p/705201#M1820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tested your project - and for me it is working normally. But I used test data only (no real message from ethernet).It is good idea to add some flag in the shared memory - like NewDataReady - and Core 2 should process incoming&amp;nbsp; data only when new data is ready.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/31534i738E51626981B187/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In attachment is project with test values.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2017 08:48:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/How-can-i-use-the-same-variables-in-different-sub-project-using/m-p/705201#M1820</guid>
      <dc:creator>jiri_kral</dc:creator>
      <dc:date>2017-10-16T08:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: How can i use the same variables in different sub-project using S32DS?</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/How-can-i-use-the-same-variables-in-different-sub-project-using/m-p/705202#M1821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have no issue about sources. Did you start debug session as a launch group?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/31659i098F4FC69BC78E81/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your issue also may be caused by spaces in the path - like "S32 Design IDE". You can try to locate your workspace in the path without spaces.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jiri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2017 08:52:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/How-can-i-use-the-same-variables-in-different-sub-project-using/m-p/705202#M1821</guid>
      <dc:creator>jiri_kral</dc:creator>
      <dc:date>2017-10-16T08:52:20Z</dc:date>
    </item>
    <item>
      <title>Re: How can i use the same variables in different sub-project using S32DS?</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/How-can-i-use-the-same-variables-in-different-sub-project-using/m-p/705203#M1822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jiri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually,in core0 ,i keep receiving data from CAN_0,and store the data in Tx_Message.In core1,i read the data in Tx_Message and transimit them by ENET.&lt;/P&gt;&lt;P&gt;My problem is that in core1,only the first data in Tx_Message can be read normally.When the data that core0 received changed,Tx_Message should also change.But in Z4_2 project,the Tx_Message didn't change.&lt;/P&gt;&lt;P&gt;For example,the data that core0 recevied first are{253,53,86,102},then the data changed to {10,55,86,102},the Tx_Message shoule change to{10,55,86,102}.But on debugging,if i choose the Z4_1 debug,the Tx_Message are{10,55,86,102}, if i choose the Z4_2 debug,the Tx_Message are still{253,53,86,102}.&lt;/P&gt;&lt;P&gt;The pictures below show the state&lt;span class="lia-inline-image-display-wrapper" image-alt="1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/32235iC6E191DEED85EEF8/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/32302iC642DA3B9D5F75FC/image-size/large?v=v2&amp;amp;px=999" role="button" title="2.png" alt="2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/32510i5E51168AF0027C05/image-size/large?v=v2&amp;amp;px=999" role="button" title="3.png" alt="3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="4.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/32534i6E7B42E90BABCE96/image-size/large?v=v2&amp;amp;px=999" role="button" title="4.png" alt="4.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont't know why it happend.Please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2017 09:38:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/How-can-i-use-the-same-variables-in-different-sub-project-using/m-p/705203#M1822</guid>
      <dc:creator>timwang</dc:creator>
      <dc:date>2017-10-16T09:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: How can i use the same variables in different sub-project using S32DS?</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/How-can-i-use-the-same-variables-in-different-sub-project-using/m-p/705204#M1823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is really strange. But technically - there is only one Tx_Message instance on address 0x400B8090 - as you can see in your debug window. I can't reproduce it with test data. You have enabled I_CAHE and D_CACHE for Z4_2 core - try to remove these defines from your project settings for test:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/32785iF7383DF7A5AAA39D/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also can't see any difference on screenshots - may be I don't get the correct order. there are the very same data on picture #1 and #2 and different same data on #3 and #4.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jiri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2017 11:23:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/How-can-i-use-the-same-variables-in-different-sub-project-using/m-p/705204#M1823</guid>
      <dc:creator>jiri_kral</dc:creator>
      <dc:date>2017-10-16T11:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: How can i use the same variables in different sub-project using S32DS?</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/How-can-i-use-the-same-variables-in-different-sub-project-using/m-p/705205#M1824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jiri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff; font-size: 14px;"&gt;Disabling I_CAHE and D_CACHE for Z4_2 core works for me！&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff; font-size: 14px;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Oct 2017 01:36:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/How-can-i-use-the-same-variables-in-different-sub-project-using/m-p/705205#M1824</guid>
      <dc:creator>timwang</dc:creator>
      <dc:date>2017-10-17T01:36:21Z</dc:date>
    </item>
  </channel>
</rss>

