<?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 download program automatically</title>
    <link>https://community.nxp.com/t5/S32-Design-Studio/How-to-download-program-automatically/m-p/886868#M4713</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 think start gdb server is needed before I upload the .elf into the board.&lt;/P&gt;&lt;P&gt;But here is a question.&lt;/P&gt;&lt;P&gt;As you do, I need to open two cmd window when I use commands to upload the program manually.&lt;/P&gt;&lt;P&gt;Step1&lt;/P&gt;&lt;P&gt;Start gdb server. (I could not close the dos window before I open an another dos window to execute step2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step2&lt;/P&gt;&lt;P&gt;open an another dos window to enter gdb mode to execute following commands:&lt;/P&gt;&lt;P&gt;powerpc-eabivle-gdb --command=E:/download/my_commands.txt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So how can I do the&amp;nbsp;above steps&amp;nbsp;in&amp;nbsp;one script?&lt;/P&gt;&lt;P&gt;For example, I write test1.bat for step1 and test2.bat for step2.&lt;/P&gt;&lt;P&gt;I also write test.bat to call test1.bat and test2.bat.&lt;/P&gt;&lt;P&gt;The result is dos window is always as following:&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/73497iF86C78A4CEC70D3F/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;The scripte is still in test1.dat, can not run to test2.dat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Mar 2019 12:19:34 GMT</pubDate>
    <dc:creator>zhouj-fnst</dc:creator>
    <dc:date>2019-03-13T12:19:34Z</dc:date>
    <item>
      <title>How to download program automatically</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/How-to-download-program-automatically/m-p/886861#M4706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm developing the MPC5741P. I want to download the elf/hex file to the hardware ECU automatically.&lt;/P&gt;&lt;P&gt;For example, i do not want to select Debug Configuration dialog, all these configurations can be runned automatically.&lt;/P&gt;&lt;P&gt;So S32 Design Studio hase any API for me to download automatically?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Mar 2019 06:07:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/How-to-download-program-automatically/m-p/886861#M4706</guid>
      <dc:creator>zhouj-fnst</dc:creator>
      <dc:date>2019-03-12T06:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to download program automatically</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/How-to-download-program-automatically/m-p/886862#M4707</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 can use command line for elf upload. If you add commands into .bat file - you can execute this file as post build step.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/message/1048305"&gt;https://community.nxp.com/message/1048305&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&amp;nbsp;&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>Tue, 12 Mar 2019 08:25:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/How-to-download-program-automatically/m-p/886862#M4707</guid>
      <dc:creator>jiri_kral</dc:creator>
      <dc:date>2019-03-12T08:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to download program automatically</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/How-to-download-program-automatically/m-p/886863#M4708</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 for your answer.&lt;/P&gt;&lt;P&gt;By your method, I have some trouble.&lt;/P&gt;&lt;P&gt;I use the command to flash the .elf into the MPC5741P board with PE micro MULTLINK UNIVERSAL.&lt;/P&gt;&lt;P&gt;commands I used are as following:&lt;/P&gt;&lt;P&gt;target exec E:\download/examples_r2015.elf&lt;BR /&gt;load E:\download/examples_r2015.elf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but something error occurs:&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/73463i3273052A41E72AF3/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;/P&gt;&lt;P&gt;so how can i download the .elf file into the board and debug the program.&lt;/P&gt;&lt;P&gt;Is there any document I can read related with the command?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2019 05:10:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/How-to-download-program-automatically/m-p/886863#M4708</guid>
      <dc:creator>zhouj-fnst</dc:creator>
      <dc:date>2019-03-13T05:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to download program automatically</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/How-to-download-program-automatically/m-p/886864#M4709</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;Before I make a mistake.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I connect the board to the PC with PE Micro MULTILINK UNIVERSAL.&lt;/P&gt;&lt;P&gt;Method 1:&lt;/P&gt;&lt;P&gt;I ues the following commands:&lt;/P&gt;&lt;P&gt;target remote localhost:7224&lt;BR /&gt;load E:\download/examples_r2015.elf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but something error:&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/73834i71E1F034F49BA835/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;The error message(Japanse) means: &lt;SPAN&gt;&lt;SPAN title=""&gt;You tried to connect a drive to a directory on a drive that is already connected.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN title=""&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN title=""&gt;Method 2:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN title=""&gt;In S32 Design Studio installed path(C:\NXP\S32DS_Power_v2017.R1\eclipse\plugins\com.pemicro.debug.gdbjtag.ppc_1.7.2.201709281658\win32), I execute following command:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN title=""&gt;pegdbserver_power_console.exe -startserver -device=MPC5744P&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN title=""&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN title=""&gt;Then I execute the commands I descriped in Method 1, the cmd figure is shown as following:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN title=""&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/73894i4470B3BDB8736CB2/image-size/large?v=v2&amp;amp;px=999" role="button" title="3.PNG" alt="3.PNG" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN title=""&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN title=""&gt;I don't know the difference between above two methods.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN title=""&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN title=""&gt;And another question,&amp;nbsp; in method 2, When I see the message (Transfer rate: 4 KB/sec, 882 bytes/write.)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN title=""&gt;Does it mean that &lt;SPAN&gt;&lt;SPAN title=""&gt;&lt;SPAN&gt;&lt;SPAN title=""&gt;the program is uploaded into the board? The program is running ? If I want to stop the run of program, I just use 'stop' in CMD window?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2019 06:32:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/How-to-download-program-automatically/m-p/886864#M4709</guid>
      <dc:creator>zhouj-fnst</dc:creator>
      <dc:date>2019-03-13T06:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to download program automatically</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/How-to-download-program-automatically/m-p/886865#M4710</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;the error is probably caused by backslash in your load command - E:&lt;STRONG&gt;\&lt;/STRONG&gt; . The gdb client comes from Linux where is used normal slash for directory separator. It should work with load E:/download/examples...&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, program was uploaded into device. Here is summary of most common commands:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://www.yolinux.com/TUTORIALS/GDB-Commands.html" title="http://www.yolinux.com/TUTORIALS/GDB-Commands.html"&gt;Linux Tutorial - GNU GDB Debugger Command Cheat Sheet&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&amp;nbsp;&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>Wed, 13 Mar 2019 07:54:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/How-to-download-program-automatically/m-p/886865#M4710</guid>
      <dc:creator>jiri_kral</dc:creator>
      <dc:date>2019-03-13T07:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to download program automatically</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/How-to-download-program-automatically/m-p/886866#M4711</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;Now I connect the board to the PC with PE Micro MULTILINK UNIVERSAL.&lt;/P&gt;&lt;P&gt;I ues the following commands:&lt;/P&gt;&lt;P&gt;target remote localhost:7224&lt;BR /&gt;load E:\download/examples_r2015.elf&lt;/P&gt;&lt;P style="padding: 0px; min-height: 8pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but something error:&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/73653iFD9135AE1A296910/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;The error message(Japanse) means: &lt;SPAN&gt;&lt;SPAN title=""&gt;You tried to connect a drive to a directory on a drive that is already connected.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So my question is : how to specify the already connected target?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2019 09:27:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/How-to-download-program-automatically/m-p/886866#M4711</guid>
      <dc:creator>zhouj-fnst</dc:creator>
      <dc:date>2019-03-13T09:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to download program automatically</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/How-to-download-program-automatically/m-p/886867#M4712</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 did some tests - and the strange message:&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/73469iDD689629519D5F1D/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;means, that there is no gdb-server running.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First of all - you need to start gdb server:&amp;nbsp;&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/73555i24025268EDCDD3E2/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;P&gt;&lt;/P&gt;&lt;P&gt;Jiri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2019 11:31:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/How-to-download-program-automatically/m-p/886867#M4712</guid>
      <dc:creator>jiri_kral</dc:creator>
      <dc:date>2019-03-13T11:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to download program automatically</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/How-to-download-program-automatically/m-p/886868#M4713</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 think start gdb server is needed before I upload the .elf into the board.&lt;/P&gt;&lt;P&gt;But here is a question.&lt;/P&gt;&lt;P&gt;As you do, I need to open two cmd window when I use commands to upload the program manually.&lt;/P&gt;&lt;P&gt;Step1&lt;/P&gt;&lt;P&gt;Start gdb server. (I could not close the dos window before I open an another dos window to execute step2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step2&lt;/P&gt;&lt;P&gt;open an another dos window to enter gdb mode to execute following commands:&lt;/P&gt;&lt;P&gt;powerpc-eabivle-gdb --command=E:/download/my_commands.txt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So how can I do the&amp;nbsp;above steps&amp;nbsp;in&amp;nbsp;one script?&lt;/P&gt;&lt;P&gt;For example, I write test1.bat for step1 and test2.bat for step2.&lt;/P&gt;&lt;P&gt;I also write test.bat to call test1.bat and test2.bat.&lt;/P&gt;&lt;P&gt;The result is dos window is always as following:&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/73497iF86C78A4CEC70D3F/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;The scripte is still in test1.dat, can not run to test2.dat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2019 12:19:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/How-to-download-program-automatically/m-p/886868#M4713</guid>
      <dc:creator>zhouj-fnst</dc:creator>
      <dc:date>2019-03-13T12:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to download program automatically</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/How-to-download-program-automatically/m-p/886869#M4714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in attachment is post_built.bat script which is working for me. You need to start separate terminal windows:&amp;nbsp;&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/73969iFD333FF485DE04D9/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;P&gt;&lt;/P&gt;&lt;P&gt;Add script into post build steps in project properties:&amp;nbsp;&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/74005iED2DC66F3C0DE678/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;Here is result:&lt;/P&gt;&lt;P&gt;&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/73906i8D31A345D19D5A76/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;If you need to close these terminal windows automatically (after timeout for example 30 sec)- you can use windows batch commands:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;timeout /t 30&lt;/P&gt;&lt;P&gt;taskkill /im powerpc-eabivle-gdb.exe&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;taskkill /im pegdbserver_power_console.exe&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;hope it helps.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Jiri&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2019 13:00:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/How-to-download-program-automatically/m-p/886869#M4714</guid>
      <dc:creator>jiri_kral</dc:creator>
      <dc:date>2019-03-13T13:00:40Z</dc:date>
    </item>
  </channel>
</rss>

