<?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 PRNTF() problem using Empty board files configuration in MCUXpresso SDK</title>
    <link>https://community.nxp.com/t5/MCUXpresso-SDK/PRNTF-problem-using-Empty-board-files-configuration/m-p/825042#M1073</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; color: black;"&gt;My tools are: MCUXpresso 10.1 &amp;amp; FRDM-K64F KSDK v 2.4&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; color: black;"&gt;Configuring new project with "Empty board file", &amp;nbsp;generates simple main.c with &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; color: black;"&gt;PRINTF("Hello World").&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; color: black;"&gt;Using SDK debug console &amp;nbsp;with "UART" option, PRINTF() is executed but no output to console.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; color: black;"&gt;The same setup but with &amp;nbsp;"Semihosting" &amp;nbsp;is working &amp;nbsp;well.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Aug 2018 21:56:57 GMT</pubDate>
    <dc:creator>shauldorf</dc:creator>
    <dc:date>2018-08-06T21:56:57Z</dc:date>
    <item>
      <title>PRNTF() problem using Empty board files configuration</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/PRNTF-problem-using-Empty-board-files-configuration/m-p/825042#M1073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; color: black;"&gt;My tools are: MCUXpresso 10.1 &amp;amp; FRDM-K64F KSDK v 2.4&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; color: black;"&gt;Configuring new project with "Empty board file", &amp;nbsp;generates simple main.c with &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; color: black;"&gt;PRINTF("Hello World").&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; color: black;"&gt;Using SDK debug console &amp;nbsp;with "UART" option, PRINTF() is executed but no output to console.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; color: black;"&gt;The same setup but with &amp;nbsp;"Semihosting" &amp;nbsp;is working &amp;nbsp;well.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2018 21:56:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/PRNTF-problem-using-Empty-board-files-configuration/m-p/825042#M1073</guid>
      <dc:creator>shauldorf</dc:creator>
      <dc:date>2018-08-06T21:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: PRNTF() problem using Empty board files configuration</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/PRNTF-problem-using-Empty-board-files-configuration/m-p/825043#M1074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;A _jive_internal="true" data-content-finding="Community" data-userid="234071" data-username="shauldorf" href="https://community.nxp.com/people/shauldorf"&gt;shaul dorf,&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you&amp;nbsp; &lt;SPAN style="font-size: 12.0pt; color: black;"&gt;Configuring new project with "Empty board file",&lt;/SPAN&gt; there is no configure code for UART,&lt;/P&gt;&lt;P&gt;the inti UART pins function "BOARD_InitBootPins();" and init configuration UART function "&amp;nbsp; BOARD_InitDebugConsole();"&amp;nbsp; are all empty. so you can't printf data through UART.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So If you want use UART to printf, you can choose "Default board files" when create new project,&lt;/P&gt;&lt;P&gt;or copy the UART configuraiton code into your own project .&lt;/P&gt;&lt;P&gt;BTW, recommend you use the latest version MCUXPresso IDE v10.2.1 :&lt;A href="https://community.nxp.com/community/mcuxpresso/mcuxpresso-ide/blog/2018/07/27/mcuxpresso-ide-v1021-now-available"&gt;https://community.nxp.com/community/mcuxpresso/mcuxpresso-ide/blog/2018/07/27/mcuxpresso-ide-v1021-now-available&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2018 05:45:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/PRNTF-problem-using-Empty-board-files-configuration/m-p/825043#M1074</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2018-08-07T05:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: PRNTF() problem using Empty board files configuration</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/PRNTF-problem-using-Empty-board-files-configuration/m-p/825044#M1075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Alice&lt;/P&gt;&lt;P&gt;Thank's&lt;/P&gt;&lt;P&gt;My idea was to have tool which opens empty project with console debugging option.&lt;/P&gt;&lt;P&gt;This project will be used to configure peripherals without API (direct access to peripheral registers)&lt;/P&gt;&lt;P&gt;Your suggestion is working fine, &amp;nbsp;but manual adjustments are needed:&lt;/P&gt;&lt;OL&gt;&lt;LI style="text-indent: -18.0pt; margin: 0cm 0cm 8.0pt 36.0pt;"&gt;Modification board.c and board.h to support console debugger option. Editor cut and paste&lt;/LI&gt;&lt;LI style="text-indent: -18.0pt; margin: 0cm 0cm 8.0pt 36.0pt;"&gt;Setting Sys Clock to 120 MHz (by MCUXpresso config).&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;If you want to use this project as a template than you will need export and import without&lt;/P&gt;&lt;P&gt;Debug.lunch and *.mex files.&lt;/P&gt;&lt;P&gt;I think it works fine but a lot of overhead.&lt;/P&gt;&lt;P&gt;My assumption was that it is done with "empty board" option&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shaul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2018 10:53:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/PRNTF-problem-using-Empty-board-files-configuration/m-p/825044#M1075</guid>
      <dc:creator>shauldorf</dc:creator>
      <dc:date>2018-08-09T10:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: PRNTF() problem using Empty board files configuration</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/PRNTF-problem-using-Empty-board-files-configuration/m-p/825045#M1076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Shaul,&lt;/P&gt;&lt;P&gt;Printf to Console view of IDE (without UART) is working well when create&amp;nbsp; empty proejct .&lt;/P&gt;&lt;P&gt;If you want to use UART&amp;nbsp; printf to teminal&amp;nbsp; of PC&amp;nbsp; , we need configure UART, also the configuration code of UART&lt;/P&gt;&lt;P&gt;can directly setting registers by yourself (do not use the SDK API) 。&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Alice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2018 07:57:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/PRNTF-problem-using-Empty-board-files-configuration/m-p/825045#M1076</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2018-08-10T07:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: PRNTF() problem using Empty board files configuration</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/PRNTF-problem-using-Empty-board-files-configuration/m-p/825046#M1077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using MCU config tools to configure UART doesn’t solve the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In attached to can see my solution (doc and project zip). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shaul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Aug 2018 11:00:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/PRNTF-problem-using-Empty-board-files-configuration/m-p/825046#M1077</guid>
      <dc:creator>shauldorf</dc:creator>
      <dc:date>2018-08-11T11:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: PRNTF() problem using Empty board files configuration</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/PRNTF-problem-using-Empty-board-files-configuration/m-p/825047#M1078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello shaul dorf,&lt;/P&gt;&lt;P&gt;Please add the definition of "SDK_DEBUGCONSOLE" as below :&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/63171i8D51467FB16D4980/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;then clean , build your project , it can work well , I test on my side :&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/63211i1BE784DB7920F125/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;Hope it helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2018 07:22:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/PRNTF-problem-using-Empty-board-files-configuration/m-p/825047#M1078</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2018-08-20T07:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: PRNTF() problem using Empty board files configuration</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/PRNTF-problem-using-Empty-board-files-configuration/m-p/825048#M1079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alice Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry I don't know where to fined this definition of "SDK_DEBUGCONSOLE"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shaul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2018 10:34:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/PRNTF-problem-using-Empty-board-files-configuration/m-p/825048#M1079</guid>
      <dc:creator>shauldorf</dc:creator>
      <dc:date>2018-08-20T10:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: PRNTF() problem using Empty board files configuration</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/PRNTF-problem-using-Empty-board-files-configuration/m-p/825049#M1080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Shaul,&lt;/P&gt;&lt;P&gt;I take screenshots to show the steps :&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/67129iD808848CD30A5FB1/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;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/67191i3770F0335EE309EB/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;Hope it helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2018 10:08:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/PRNTF-problem-using-Empty-board-files-configuration/m-p/825049#M1080</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2018-08-21T10:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: PRNTF() problem using Empty board files configuration</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/PRNTF-problem-using-Empty-board-files-configuration/m-p/825050#M1081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Alice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just created new empty board project and have added:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SDK_DEBUGCONSOLE=1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;REDLIB&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FSL_RTOS_BM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SDK_OS_BAREMETAL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CR_INTEGER_PRINTF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PRINTF_FLOAT_ENABLE=0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CPU_MK64FN1M0VLL12&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CPU_MK64FN1M0VLL12_cm4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;_MCUXPRESSO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;USE&lt;/U&gt;CMSIS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DEBUG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The result was no print to terminal or console.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my demo that you have tested I changed board.c file to support debugger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached doc. file how to create empty project that will support printf. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm attaching this doc. again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A.	So my question is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.	using this doc I generate empty project (as a template for empty project)&lt;/P&gt;&lt;P&gt;2.	export this project as zip file &lt;/P&gt;&lt;P&gt;3.	import it to working space&lt;/P&gt;&lt;P&gt;4.	rename it and use it for a new project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What wrong with this procedure?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;B.	Another way is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In working directory:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.	Use Cut and Paste for new project (Which generates new project with different index)&lt;/P&gt;&lt;P&gt;2.	Rename it &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shaul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2018 15:21:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/PRNTF-problem-using-Empty-board-files-configuration/m-p/825050#M1081</guid>
      <dc:creator>shauldorf</dc:creator>
      <dc:date>2018-08-21T15:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: PRNTF() problem using Empty board files configuration</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/PRNTF-problem-using-Empty-board-files-configuration/m-p/825051#M1082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Shaul,&lt;/P&gt;&lt;P&gt;Your proejct can work well on my side.&lt;/P&gt;&lt;P&gt;When you import proejct, Recommend you use import project button in Quickstart Penal :&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/68368i7839A11989792B35/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;&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2018 07:02:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/PRNTF-problem-using-Empty-board-files-configuration/m-p/825051#M1082</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2018-08-28T07:02:53Z</dc:date>
    </item>
  </channel>
</rss>

