<?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: Abysmally-slow IO toggling in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Abysmally-slow-IO-toggling/m-p/455754#M27151</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, I understand.&amp;nbsp; I'll just reassign pins as/if necessary!&amp;nbsp; Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Apr 2015 23:50:05 GMT</pubDate>
    <dc:creator>dave408</dc:creator>
    <dc:date>2015-04-29T23:50:05Z</dc:date>
    <item>
      <title>Abysmally-slow IO toggling</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Abysmally-slow-IO-toggling/m-p/455749#M27146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm sure I'm doing something wrong here, I just don't know what it is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a test KSDK + PEx project for a FRDM-K22F and I am just tight looping, toggling a single GPIO.&amp;nbsp; I have set my clock configuration to 1 (maximum) and yet my output frequency is just under 780kHz.&amp;nbsp; Is there something I'm missing here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My test app is literally Create New -&amp;gt; FRDM-K22F -&amp;gt; KSDK + PEx -&amp;gt; add fsl_gpio -&amp;gt; bitbang in while loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With default "max speed" clock settings:&lt;/P&gt;&lt;P&gt;FRDM-K22F: 780kHz&lt;/P&gt;&lt;P&gt;FRDM-K64F: 760kHz&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;In this particular case, I configured UART1 TX on PTC4 and output characters with UART_DRV_SendData().&amp;nbsp; My best guess from the smallest pulse width when sending 0x55 is 3.68MHz.&amp;nbsp; Baud rate was set to max value of 7.5MHz&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;under mbed (just as a quick comparison)&lt;/P&gt;&lt;P&gt;FRDM-K64F: 640kHz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 22:18:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Abysmally-slow-IO-toggling/m-p/455749#M27146</guid>
      <dc:creator>dave408</dc:creator>
      <dc:date>2015-04-29T22:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: Abysmally-slow IO toggling</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Abysmally-slow-IO-toggling/m-p/455750#M27147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Same story we seem to go thru here:&amp;nbsp; Firstly, concoct a means to confirm that your system/bus clock is exactly as expected -- UART0 bit rate is a good way.&amp;nbsp; Then, you have to look at the complete assembly-instruction-level sequence of your 'while loop'..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 22:34:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Abysmally-slow-IO-toggling/m-p/455750#M27147</guid>
      <dc:creator>egoodii</dc:creator>
      <dc:date>2015-04-29T22:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: Abysmally-slow IO toggling</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Abysmally-slow-IO-toggling/m-p/455751#M27148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the info and suggestion, Earl!&amp;nbsp; So if I understand correctly, configure UART0 (or maybe UART2 since that's clearly available on the FRDM-K22F) for max baud rate at that clock configuration setting, and then have it output a bit pattern and check the frequency with the scope?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 23:32:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Abysmally-slow-IO-toggling/m-p/455751#M27148</guid>
      <dc:creator>dave408</dc:creator>
      <dc:date>2015-04-29T23:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: Abysmally-slow IO toggling</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Abysmally-slow-IO-toggling/m-p/455752#M27149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh, one more thing -- can you give me an idea of what settings you had changed in PEx (or via the KSDK) to get the correct clock configuration?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 23:40:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Abysmally-slow-IO-toggling/m-p/455752#M27149</guid>
      <dc:creator>dave408</dc:creator>
      <dc:date>2015-04-29T23:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: Abysmally-slow IO toggling</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Abysmally-slow-IO-toggling/m-p/455753#M27150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately, I don't use either of those tools, so I can't be any direct help in that fashion!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We don't care WHAT the UART clock rate IS, just that we know the exact source AND divisor.&amp;nbsp; UART0 (and 1) should have the particular advantage of being derived directly from the Bus Clock, so there is 'one less unknown' in the path.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 23:43:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Abysmally-slow-IO-toggling/m-p/455753#M27150</guid>
      <dc:creator>egoodii</dc:creator>
      <dc:date>2015-04-29T23:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: Abysmally-slow IO toggling</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Abysmally-slow-IO-toggling/m-p/455754#M27151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, I understand.&amp;nbsp; I'll just reassign pins as/if necessary!&amp;nbsp; Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 23:50:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Abysmally-slow-IO-toggling/m-p/455754#M27151</guid>
      <dc:creator>dave408</dc:creator>
      <dc:date>2015-04-29T23:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: Abysmally-slow IO toggling</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Abysmally-slow-IO-toggling/m-p/455755#M27152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/egoodii"&gt;egoodii&lt;/A&gt; I still need to read up on the clock configuration in the K22F and K64F to get a better understanding of things.&amp;nbsp; But yesterday, my test of setting UART1 to max baud rate and then sending 0x55 in a tight loop yielded a bitrate of 3.68MHz, which is about half of the expected speed.&amp;nbsp; I suppose one way of looking at this is that it's at least not off by a couple of orders of magnitude.&amp;nbsp; :smileyhappy:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did look over the assembly code, and the KSDK methods for setting and clearing bits cost about 36 instructions each!&amp;nbsp; 120MHz / 36 * 2 means I should see a toggling frequency of about 1.67MHz.&amp;nbsp; Again, my actual frequency of about 760kHz is roughly half of the expected, and at least this would explain the huge difference in actual speed vs. the expected.&amp;nbsp; Thanks again for suggesting that I dig into the assembly -- it would have taken a bit more convincing on my own before I would have reached that conclusion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With this information, would you guess that there is an incorrect prescaler setting somewhere?&amp;nbsp; In addition, I take it you wrote an optimized function for doing GPIO operations?&amp;nbsp; Do you think my process outlined here is valid?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 14:52:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Abysmally-slow-IO-toggling/m-p/455755#M27152</guid>
      <dc:creator>dave408</dc:creator>
      <dc:date>2015-04-30T14:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: Abysmally-slow IO toggling</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Abysmally-slow-IO-toggling/m-p/455756#M27153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not intimately familiar with the K22F clock-settings; the closest I come is K20, and I do everything 'bare metal' to be in complete control.&amp;nbsp; So I can't give any particular 'hints' as to your supposed factor-of-2, which I think we can trust from your numbers!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So this guy:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/353134"&gt;Confirming K22F Clock Frequency&lt;/A&gt;&lt;/P&gt;&lt;P&gt;was making a bit-banged SPI, and I showed where an IAR-chain high-optimization loop could net 16 half-word instructions per bit in&amp;amp;out.&amp;nbsp; If your 'inner loop' can look anything like this, you should see it cycle about 20 clocks per bit (or better!).&amp;nbsp; As discussed at the end of the thread, a 'dirt simple' sequence of PORTx_PTOR 'toggles' can certainly toggle at full core-clock speed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 15:28:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Abysmally-slow-IO-toggling/m-p/455756#M27153</guid>
      <dc:creator>egoodii</dc:creator>
      <dc:date>2015-04-30T15:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: Abysmally-slow IO toggling</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Abysmally-slow-IO-toggling/m-p/455757#M27154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Earl.&amp;nbsp; I feel the same way about everything you have said here.&amp;nbsp; I'll likely eventually go the "dirt simple" route and for now I think it makes sense to mark yours as the correct answer!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 15:56:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Abysmally-slow-IO-toggling/m-p/455757#M27154</guid>
      <dc:creator>dave408</dc:creator>
      <dc:date>2015-04-30T15:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: Abysmally-slow IO toggling</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Abysmally-slow-IO-toggling/m-p/455758#M27155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Dave,&lt;/P&gt;&lt;P&gt;I do not know if your question has been answered. let's go back to your original question why the GPIO toggling is slower than expected. As you know that the GPIO toggling is not finished in only one assembly instruction, that is the root cause.&lt;/P&gt;&lt;P&gt;for example, the GPIO toggling instruction:&lt;/P&gt;&lt;P&gt;GPIOC_PTOR|=0x200;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; asm("nop");&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after the compiling, it is compiled as the following instructions:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;GPIOC_PTOR|=0x200;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp; 0x1fff0e74: 0x4836&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;LDR.N &lt;/TD&gt;&lt;TD&gt;R0, [PC, #0xd8]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;; [0x1fff0f50] 0x400ff08c (1074786444)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp; 0x1fff0e76: 0x6800&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;LDR&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;R0, [R0]&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp; 0x1fff0e78: 0xf450 0x7000&amp;nbsp; ORRS.W&lt;/TD&gt;&lt;TD&gt;R0, R0, #512&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;; 0x200&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp; 0x1fff0e7c: 0x4934&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;LDR.N &lt;/TD&gt;&lt;TD&gt;R1, [PC, #0xd0]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;; [0x1fff0f50] 0x400ff08c (1074786444)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp; 0x1fff0e7e: 0x6008&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;STR&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;R0, [R1]&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;asm("nop");&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;That is why the GPIO toggling is slower than your expected.&lt;/P&gt;&lt;P&gt;Hope it can help you.&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;XiangJun Rong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2015 03:58:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Abysmally-slow-IO-toggling/m-p/455758#M27155</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2015-05-04T03:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: Abysmally-slow IO toggling</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Abysmally-slow-IO-toggling/m-p/455759#M27156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, XiangJun.&amp;nbsp; I haven't yet gotten around to converting my bitbang SPI library to not use the KSDK functions, but the info you have provided is very useful as well.&amp;nbsp; Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2015 04:27:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Abysmally-slow-IO-toggling/m-p/455759#M27156</guid>
      <dc:creator>dave408</dc:creator>
      <dc:date>2015-05-04T04:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: Abysmally-slow IO toggling</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Abysmally-slow-IO-toggling/m-p/455760#M27157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;THAT detail is 'fundamentally flawed' by the |= operation!&amp;nbsp; These direct-output-control "registers" are intentionally WRITE ONLY -- in that a 'read' ALWAYS returns '0', so as you can imagine an 'or' operation is particularly pointless, and will MASSIVELY slow things down waiting for the read-op to process (not to mention, that code is completely unoptimized -- even reloads the GPIO register address for the second-half).&amp;nbsp; I am truly surprised by how many Freescale examples make this error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see in that aforementioned thread, Mark and I prove that when the port-address is in a register (as they should be in a fully optimized loop!), each 'write' op completes in ONE core clock.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2015 11:05:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Abysmally-slow-IO-toggling/m-p/455760#M27157</guid>
      <dc:creator>egoodii</dc:creator>
      <dc:date>2015-05-04T11:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: Abysmally-slow IO toggling</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Abysmally-slow-IO-toggling/m-p/455761#M27158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should be able to use something 'very close' to the bit-banged SPI I compacted in that other thread.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2015 11:07:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Abysmally-slow-IO-toggling/m-p/455761#M27158</guid>
      <dc:creator>egoodii</dc:creator>
      <dc:date>2015-05-04T11:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: Abysmally-slow IO toggling</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Abysmally-slow-IO-toggling/m-p/455762#M27159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Earl.&amp;nbsp; I will follow up on this information!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2015 13:09:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Abysmally-slow-IO-toggling/m-p/455762#M27159</guid>
      <dc:creator>dave408</dc:creator>
      <dc:date>2015-05-04T13:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: Abysmally-slow IO toggling</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Abysmally-slow-IO-toggling/m-p/455763#M27160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, did you ever get anything like 4 to 5Mb/s 'bit banged SPI' operation?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 14:18:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Abysmally-slow-IO-toggling/m-p/455763#M27160</guid>
      <dc:creator>egoodii</dc:creator>
      <dc:date>2015-07-09T14:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: Abysmally-slow IO toggling</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Abysmally-slow-IO-toggling/m-p/455764#M27161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've got so many fish to fry that I haven't even reached the optimization phase of my project.&amp;nbsp; :smileyhappy:&amp;nbsp; I'll definitely update this post with my results when I get around to it!&amp;nbsp; Thanks for checking in.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 14:20:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Abysmally-slow-IO-toggling/m-p/455764#M27161</guid>
      <dc:creator>dave408</dc:creator>
      <dc:date>2015-07-09T14:20:23Z</dc:date>
    </item>
  </channel>
</rss>

