<?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 Re: Freescale K60DX256xxx10 FlexNVM/EEPROM partitioning using JLinkGDBServer in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Freescale-K60DX256xxx10-FlexNVM-EEPROM-partitioning-using/m-p/538693#M33060</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the solution: &lt;A href="http://forum.segger.com/index.php?page=Thread&amp;amp;postID=11381#post11381" title="http://forum.segger.com/index.php?page=Thread&amp;amp;postID=11381#post11381"&gt;Freescale K60DX256xxx10 FlexNVM erase using JLinkGDBServer - J-Link/Flasher related - SEGGER Forum&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 17:05:47 GMT</pubDate>
    <dc:creator>nitinharish</dc:creator>
    <dc:date>2016-06-16T17:05:47Z</dc:date>
    <item>
      <title>Freescale K60DX256xxx10 FlexNVM/EEPROM partitioning using JLinkGDBServer</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Freescale-K60DX256xxx10-FlexNVM-EEPROM-partitioning-using/m-p/538692#M33059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #57595a; font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 12.8px; background-color: #f2f6fa;"&gt;Here is my JLINK GDB Server based GDB file running on Linux system :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #57595a; font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 12.8px; background-color: #f2f6fa;"&gt;target remote:2331&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #57595a; font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 12.8px; background-color: #f2f6fa;"&gt;monitor halt&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #57595a; font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 12.8px; background-color: #f2f6fa;"&gt;monitor flash device = MK60DX256xxx10&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #57595a; font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 12.8px; background-color: #f2f6fa;"&gt;# Reset FSTAT Error Bits&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #57595a; font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 12.8px; background-color: #f2f6fa;"&gt;monitor MemU8 0x40020000 = 0x70&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #57595a; font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 12.8px; background-color: #f2f6fa;"&gt;# Let us go to FCCOB0 register (offset of 0x7) and select PROGRAM PARTITION COMMAND 0x80&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #57595a; font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 12.8px; background-color: #f2f6fa;"&gt;monitor MemU8 0x40020007 = 0x80&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #57595a; font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 12.8px; background-color: #f2f6fa;"&gt;# Let us go to FCCOB5 register (offset of 0xA) and select FLEXNVM_PARTITION COMMAND 0x03, Data Flash = 224 KB&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #57595a; font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 12.8px; background-color: #f2f6fa;"&gt;monitor MemU8 0x4002000A = 0x03&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #57595a; font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 12.8px; background-color: #f2f6fa;"&gt;# Let us go to FCCOB4 register (offset of 0xB) and select &lt;/SPAN&gt;&lt;SPAN class="highlight" style="color: #0000ff; padding: 0 2px; font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 12.8px; background-color: #ffff00;"&gt;EEPROM&lt;/SPAN&gt;&lt;SPAN style="color: #57595a; font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 12.8px; background-color: #f2f6fa;"&gt;_DATA_SET_SIZE COMMAND 0x32, &lt;/SPAN&gt;&lt;SPAN class="highlight" style="color: #0000ff; padding: 0 2px; font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 12.8px; background-color: #ffff00;"&gt;EEPROM&lt;/SPAN&gt;&lt;SPAN style="color: #57595a; font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 12.8px; background-color: #f2f6fa;"&gt; Backup Size = 32 KB&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #57595a; font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 12.8px; background-color: #f2f6fa;"&gt;monitor MemU8 0x4002000B = 0x32&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #57595a; font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 12.8px; background-color: #f2f6fa;"&gt;# Let us launch command sequence&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #57595a; font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 12.8px; background-color: #f2f6fa;"&gt;monitor MemU8 0x40020000 = 0x80&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f2f6fa; color: #ff0000; text-decoration: underline; font-size: 12.8px; font-family: 'Trebuchet MS', Arial, sans-serif;"&gt;&lt;STRONG&gt;# QUESTION: HOW CAN I VERIFY HERE THAT PARTITIONING IS SUCCESSFUL ? ? ?&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #57595a; font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 12.8px; background-color: #f2f6fa;"&gt;monitor sleep 2000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #57595a; font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 12.8px; background-color: #f2f6fa;"&gt;monitor halt&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #57595a; font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 12.8px; background-color: #f2f6fa;"&gt;monitor reset&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #57595a; font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 12.8px; background-color: #f2f6fa;"&gt;# Load SREC&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #57595a; font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 12.8px; background-color: #f2f6fa;"&gt;load og2_prod_1dot7dot2.srec&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #57595a; font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 12.8px; background-color: #f2f6fa;"&gt;monitor halt&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #57595a; font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 12.8px; background-color: #f2f6fa;"&gt;monitor reset&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="; background-color: #f2f6fa; color: #ff0000; text-decoration: underline; font-size: 12.8px; font-family: 'Trebuchet MS', Arial, sans-serif;"&gt;&lt;STRONG&gt;# I try to read back, but these registers which are &lt;SPAN class="highlight" style="color: #0000ff; padding: 0 2px; background-color: #ffff00;"&gt;EEPROM&lt;/SPAN&gt; and FLASH partitioning codes are always 0&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #57595a; font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 12.8px; background-color: #f2f6fa;"&gt;monitor MemU8 0x4002000A&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #57595a; font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 12.8px; background-color: #f2f6fa;"&gt;monitor MemU8 0x4002000B&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #57595a; font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 12.8px; background-color: #f2f6fa;"&gt;monitor halt&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #57595a; font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 12.8px; background-color: #f2f6fa;"&gt;monitor regs&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #57595a; font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 12.8px; background-color: #f2f6fa;"&gt;monitor reset&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #57595a; font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 12.8px; background-color: #f2f6fa;"&gt;monitor go&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #57595a; font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 12.8px; background-color: #f2f6fa;"&gt;quit&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #57595a; font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 12.8px; background-color: #f2f6fa;"&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/mjbcswitzerland"&gt;mjbcswitzerland&lt;/A&gt;​, &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/bmwhui"&gt;bmwhui&lt;/A&gt;, &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/ZhangJennie"&gt;ZhangJennie&lt;/A&gt;, &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/igorpadykov"&gt;igorpadykov&lt;/A&gt;, @soledad Thoughts ?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 14:24:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Freescale-K60DX256xxx10-FlexNVM-EEPROM-partitioning-using/m-p/538692#M33059</guid>
      <dc:creator>nitinharish</dc:creator>
      <dc:date>2016-06-16T14:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: Freescale K60DX256xxx10 FlexNVM/EEPROM partitioning using JLinkGDBServer</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Freescale-K60DX256xxx10-FlexNVM-EEPROM-partitioning-using/m-p/538693#M33060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the solution: &lt;A href="http://forum.segger.com/index.php?page=Thread&amp;amp;postID=11381#post11381" title="http://forum.segger.com/index.php?page=Thread&amp;amp;postID=11381#post11381"&gt;Freescale K60DX256xxx10 FlexNVM erase using JLinkGDBServer - J-Link/Flasher related - SEGGER Forum&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 17:05:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Freescale-K60DX256xxx10-FlexNVM-EEPROM-partitioning-using/m-p/538693#M33060</guid>
      <dc:creator>nitinharish</dc:creator>
      <dc:date>2016-06-16T17:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: Freescale K60DX256xxx10 FlexNVM/EEPROM partitioning using JLinkGDBServer</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Freescale-K60DX256xxx10-FlexNVM-EEPROM-partitioning-using/m-p/538694#M33061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #57595a; font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 12.8px; background-color: #f8fafb;"&gt;All right here is the solution:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #57595a; font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 12.8px; background-color: #f8fafb;"&gt;target remote:2331&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #57595a; font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 12.8px; background-color: #f8fafb;"&gt;monitor halt&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #57595a; font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 12.8px; background-color: #f8fafb;"&gt;monitor flash device = MK60DX256xxx10&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #57595a; font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 12.8px; background-color: #f8fafb;"&gt;# Reset FSTAT Error Bits&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #57595a; font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 12.8px; background-color: #f8fafb;"&gt;monitor MemU8 0x40020000 = 0x70&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #57595a; font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 12.8px; background-color: #f8fafb;"&gt;# Let us go to FCCOB0 register (offset of 0x7) and select PROGRAM PARTITION COMMAND 0x80&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #57595a; font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 12.8px; background-color: #f8fafb;"&gt;monitor MemU8 0x40020007 = 0x80&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #57595a; font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 12.8px; background-color: #f8fafb;"&gt;# Let us go to FCCOB5 register (offset of 0xA) and select FLEXNVM_PARTITION COMMAND 0x03, Data Flash = 224 KB&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #57595a; font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 12.8px; background-color: #f8fafb;"&gt;monitor MemU8 0x4002000A = 0x03&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #57595a; font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 12.8px; background-color: #f8fafb;"&gt;# Let us go to FCCOB4 register (offset of 0xB) and select EEPROM_DATA_SET_SIZE COMMAND 0x32, EEPROM Backup Size = 32 KB&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #57595a; font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 12.8px; background-color: #f8fafb;"&gt;monitor MemU8 0x4002000B = 0x32&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #57595a; font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 12.8px; background-color: #f8fafb;"&gt;# Let us launch command sequence&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #57595a; font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 12.8px; background-color: #f8fafb;"&gt;monitor MemU8 0x40020000 = 0x80&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #57595a; font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 12.8px; background-color: #f8fafb;"&gt;# Let us wait for FLASH controller to finish its job, give it 2 million years&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #57595a; font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 12.8px; background-color: #f8fafb;"&gt;monitor sleep 2000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #57595a; font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 12.8px; background-color: #f8fafb;"&gt;#Let us restart K60&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #57595a; font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 12.8px; background-color: #f8fafb;"&gt;monitor reset&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #57595a; font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 12.8px; background-color: #f8fafb;"&gt;#Let us load REAL Main APP Code now&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #57595a; font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 12.8px; background-color: #f8fafb;"&gt;load og2_prod_1dot7dot2.srec&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 12.8px; color: #ff0000; background-color: #f8fafb;"&gt;# Let us verify our change worked OR NOT from System Integration Module Register (SIM), K60 user manual Pg 314, Section 12.2.17&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 12.8px; color: #ff0000; background-color: #f8fafb;"&gt;# Also See Table 29-4, page 657/1801 for valid values being 0x20300, where bits 16-19 are for EEPROM &amp;amp; bits 8-11 are DEPART&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 12.8px; color: #ff0000; background-color: #f8fafb;"&gt;monitor MemU32 0x4004804C&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #57595a; font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 12.8px; background-color: #f8fafb;"&gt;#Let us restart K60&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #57595a; font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 12.8px; background-color: #f8fafb;"&gt;monitor reset&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #57595a; font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 12.8px; background-color: #f8fafb;"&gt;monitor go&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #57595a; font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 12.8px; background-color: #f8fafb;"&gt;#As Keira would say AAA DONE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #57595a; font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 12.8px; background-color: #f8fafb;"&gt;quit&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 17:07:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Freescale-K60DX256xxx10-FlexNVM-EEPROM-partitioning-using/m-p/538694#M33061</guid>
      <dc:creator>nitinharish</dc:creator>
      <dc:date>2016-06-16T17:07:01Z</dc:date>
    </item>
  </channel>
</rss>

