<?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: CRP1: Undesirable protection programming while flashing LPC1343 in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/CRP1-Undesirable-protection-programming-while-flashing-LPC1343/m-p/576205#M22652</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by evgs on Wed Jun 08 10:24:44 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, I know that Gentoo distribution is not supported officially. I beleive I will find workaround - a week ago all worked fine. Will try revert recent system updates to find one that broke compatibility.&amp;nbsp; Anyway, thanks for your answer!&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Another my question is about acceptable parameters for option -flash-protect= . There are not enough info in [I]crt_emu_lpc11_13_nxp -h[/I] output. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you show me what values for -flash-protect= corresponds to CRP1 ENABLED, CRP DISABLED, etc.?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 02:27:17 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T02:27:17Z</dc:date>
    <item>
      <title>CRP1: Undesirable protection programming while flashing LPC1343</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/CRP1-Undesirable-protection-programming-while-flashing-LPC1343/m-p/576203#M22650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by evgs on Wed Jun 08 03:41:05 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Using LPCXpresso 3.8.2 [Build 129],&amp;nbsp; OS: Gentoo, kernel 2.6.38-gentoo-r3&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I get CRP1 (0x12345678) programmed when I flashing LPC1343 using LPC-Link. There are no CRP active option&amp;nbsp; in binary I flash into device. ([0x000002fc]==0xffffffff)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, device is locked after power cycle.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also if I start debugger, after IDE flashes my code and stops at RESET (i.e. no my code has been executed) I see&amp;nbsp; 0x12345678 at 0x2fc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried to flash my part using only command-line tools:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. LPC-Link attached to clear device and system is powered on&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. loading firmware into LPC-Link and checking SWD connection...&lt;/SPAN&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;$ dfu-util -d 0x471:0xdf55 -c 0 -t 2048 -R -D LPCXpressoWIN.enc

&amp;lt;output skipped...&amp;gt;

$ crt_emu_lpc11_13_nxp -mi -info-emu -wire=winUSB
Ni: LPCXpresso Debug Driver v2.0 (Jan 11 2011 16:08:54)
&amp;lt;emulators available="1" type="Debug"&amp;gt;
 &amp;lt;emu index="0" is_connected="false" shortname="LPCLINK_1_1" manu="Code Red - LPCXpresso"&amp;gt;LPC-Link Driver LINUX32 v1.1&amp;lt;/emu&amp;gt;
&amp;lt;/emulators&amp;gt;

$ crt_emu_lpc11_13_nxp -info-target -wire=winUSB -pLPC1343
Ni: LPCXpresso Debug Driver v2.0 (Jan 11 2011 16:08:54)
GetModuleFileName path == /opt/LPCXpresso/bin/crt_emu_lpc11_13_nxp
Nc: Looked for chip XML file in /opt/LPCXpresso/bin/LPC1343.xml

Nc: Looked for vendor directory XML file in /opt/LPCXpresso/bin/nxp_directory.xml

Nc: Found generic directory XML file in /opt/LPCXpresso/bin/crt_directory.xml

Nc: Emu(0): Conn&amp;amp;Reset. DpID: 2BA01477. Info: LPCLINK_1_1
Nc: SWD Frequency: 3000 KHz. RTCK: False. Vector catch: False.
Nc: Packet delay: 0&amp;nbsp; Poll delay: 0.
Nc: NXP: LPC1343&amp;nbsp; Part ID: 0x3D00002B
Chip=LPC1343, from NXP (formerly Philips), in family LPC13xx, version=unknown
Chip Description: NXP LPC1343

&amp;lt;output skipped...&amp;gt;
&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;SPAN&gt;3. Ensuring my code has no CRP:&lt;/SPAN&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;$ hexdump -C ~/kaplya/firmware/Kaplya/Release/kaplya.bin -s 0x2f0 |head
000002f0&amp;nbsp; ff ff ff ff ff ff ff ff&amp;nbsp; ff ff ff ff ff ff ff ff&amp;nbsp; |................|
00000300&amp;nbsp; 12 4b 10 b5 d3 f8 80 20&amp;nbsp; 11 4c 42 f4 a0 32 c3 f8&amp;nbsp; |.K..... .LB..2..|
00000310&amp;nbsp; 80 20 10 4b 10 48 da 6a&amp;nbsp; 22 f0 1f 02 da 62 da 6a&amp;nbsp; |. .K.H.j"....b.j|
00000320&amp;nbsp; 42 f0 01 02 da 62 da 6c&amp;nbsp; 22 f0 07 02 da 64 da 6c&amp;nbsp; |B....b.l"....d.l|
00000330&amp;nbsp; 42 f0 01 02 da 64 09 4b&amp;nbsp; 1b 68 1b 68 23 60 9b 68&amp;nbsp; |B....d.K.h.h#`.h|
00000340&amp;nbsp; 98 47 23 68 01 20 db 68&amp;nbsp; 98 47 10 bd 00 80 04 40&amp;nbsp; |.G#h. .h.G.....@|
00000350&amp;nbsp; 28 0f 00 10 00 40 04 40&amp;nbsp; a4 3c 00 00 f8 1f ff 1f&amp;nbsp; |(....@.@.&amp;lt;......|
00000360&amp;nbsp; 37 b5 0c 46 05 46 b0 b1&amp;nbsp; 29 46 01 20 01 f0 82 f8&amp;nbsp; |7..F.F..)F. ....|
00000370&amp;nbsp; c0 f1 3c 00 00 eb d0 70&amp;nbsp; 40 10 36 21 2a 46 01 f0&amp;nbsp; |..&amp;lt;....p@.6!*F..|
00000380&amp;nbsp; 31 fa 03 23 00 93 01 3b&amp;nbsp; 01 93 00 20 35 21 3c 22&amp;nbsp; |1..#...;... 5!&amp;lt;"|&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;SPAN&gt;(OK) - I see 0xffffffff at 0x2fc&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;4. Flashing...&lt;/SPAN&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;$ crt_emu_lpc11_13_nxp -wire=winUSB -pLPC1343 -flash-load-exec=/home/evgs/kaplya/firmware/Kaplya/Release/kaplya.bin 
Ni: LPCXpresso Debug Driver v2.0 (Jan 11 2crt_emu_lpc11_13_nxp -mi -info-target -wire=winUSB -pLPC1343
Ni: LPCXpresso Debug Driver v2.0 (Jan 11 2011 16:08:54)
GetModuleFileName path == /opt/LPCXpresso/bin/crt_emu_lpc11_13_nxp
Nc: Looked for chip XML file in /opt/LPCXpresso/bin/LPC1343.xml

Nc: Looked for vendor directory XML file in /opt/LPCXpresso/bin/nxp_directory.xml

Nc: Found generic directory XML file in /opt/LPCXpresso/bin/crt_directory.xml

Nc: Emu(0): Conn&amp;amp;Reset. DpID: 2BA01477. Info: LPCLINK_1_1
Nc: SWD Frequency: 3000 KHz. RTCK: False. Vector catch: False.
Nc: Packet delay: 0&amp;nbsp; Poll delay: 0.
Nc: NXP: LPC1343&amp;nbsp; Part ID: 0x3D00002B011 16:08:54)
GetModuleFileName path == /opt/LPCXpresso/bin/crt_emu_lpc11_13_nxp
Nc: Looked for chip XML file in /opt/LPCXpresso/bin/LPC1343.xml

Nc: Looked for vendor directory XML file in /opt/LPCXpresso/bin/nxp_directory.xml

Nc: Found generic directory XML file in /opt/LPCXpresso/bin/crt_directory.xml

Nc: Emu(0): Conn&amp;amp;Reset. DpID: 2BA01477. Info: LPCLINK_1_1
Nc: SWD Frequency: 3000 KHz. RTCK: False. Vector catch: False.
Nc: Packet delay: 0&amp;nbsp; Poll delay: 0.
Nc: NXP: LPC1343&amp;nbsp; Part ID: 0x3D00002B
Cr:v Registered license, download limit of 128K
Nt: Loading binary file 'kaplya.bin' at location 00000000
Nc: nSRST assert (if available)
Nc: Executing in user flash.&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;SPAN&gt;5. Checking my device is up and running - you should beleive me, it's OK - no printable output to paste here &lt;SPAN class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;&lt;LI-EMOJI id="lia_slightly-smiling-face" title=":slightly_smiling_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;6. Checking SWD is still work...&lt;/SPAN&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;crt_emu_lpc11_13_nxp -mi -info-target -wire=winUSB -pLPC1343
Ni: LPCXpresso Debug Driver v2.0 (Jan 11 2011 16:08:54)
GetModuleFileName path == /opt/LPCXpresso/bin/crt_emu_lpc11_13_nxp
Nc: Looked for chip XML file in /opt/LPCXpresso/bin/LPC1343.xml

Nc: Looked for vendor directory XML file in /opt/LPCXpresso/bin/nxp_directory.xml

Nc: Found generic directory XML file in /opt/LPCXpresso/bin/crt_directory.xml

Nc: Emu(0): Conn&amp;amp;Reset. DpID: 2BA01477. Info: LPCLINK_1_1
Nc: SWD Frequency: 3000 KHz. RTCK: False. Vector catch: False.
Nc: Packet delay: 0&amp;nbsp; Poll delay: 0.
Nc: NXP: LPC1343&amp;nbsp; Part ID: 0x3D00002B

&amp;lt;output skipped&amp;gt;
&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;SPAN&gt;7. Cycling device power or just doing hardware reset. Device is up and running again&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;8. Reloading LPC-Link firmware after previous power cycle (step 7)&lt;/SPAN&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;$ dfu-util -d 0x471:0xdf55 -c 0 -t 2048 -R -D LPCXpressoWIN.enc
dfu-util - (C) 2007-2008 by OpenMoko Inc.
This program is Free Software and has ABSOLUTELY NO WARRANTY

Opening USB Device 0x0471:0xdf55...
Claiming USB DFU Runtime Interface...
Determining device status: state = dfuIDLE, status = 0
WARNING: Runtime device already in DFU state ?!?
Found Runtime: [0x0471:0xdf55] devnum=41, cfg=0, intf=0, alt=0, name="UNDEFINED"
Claiming USB DFU Interface...
Setting Alternate Setting ...
Determining device status: state = dfuIDLE, status = 0
dfuIDLE, continuing
Transfer Size = 0x0800
bytes_per_hash=604
Starting download: [##################################################] finished!
state(8) = dfuMANIFEST-WAIT-RESET, status(0) = No error condition is present
Done!
can't detach: error sending control message: Broken pipe
Resetting USB to switch back to runtime mode&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;SPAN&gt;9. Checking SWD connection:&lt;/SPAN&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;
$ crt_emu_lpc11_13_nxp -mi -info-target -wire=winUSB -pLPC1343
Ni: LPCXpresso Debug Driver v2.0 (Jan 11 2011 16:08:54)
GetModuleFileName path == /opt/LPCXpresso/bin/crt_emu_lpc11_13_nxp
Nc: Looked for chip XML file in /opt/LPCXpresso/bin/LPC1343.xml

Nc: Looked for vendor directory XML file in /opt/LPCXpresso/bin/nxp_directory.xml

Nc: Found generic directory XML file in /opt/LPCXpresso/bin/crt_directory.xml

Ed:02: Failed on connect: Ee(07). Bad ACK returned from status - wire error.
Et: Emu(0): Connected. Was: None. DpID:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EDB6. Info: LPCLINK_1_1
Error 0: (null)
Last sticky: 0. AIndex: 0
No MemAp selected
No Speed test
SWD Frequency: 50 KHz. RTCK: False. Vector catch: False.
Packet delay: 0&amp;nbsp; Poll delay: 0.&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;SPAN&gt;Now I haven't SWD working.&amp;nbsp; &lt;SPAN class="lia-unicode-emoji" title=":disappointed_face:"&gt;&lt;LI-EMOJI id="lia_disappointed-face" title=":disappointed_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;10. Finally if I switch my locked device into ISP i can see mass storage device marked with Volume label CRP1_ENABLD&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;11. Now if i write my binary in ISP mode device will be unlocked. (Until next flashing via SWD)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have two LPC1343, all this parts locks when I tried SWD-flashing. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I did wrong? All worked fine for me before I updated my Linux.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:27:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/CRP1-Undesirable-protection-programming-while-flashing-LPC1343/m-p/576203#M22650</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: CRP1: Undesirable protection programming while flashing LPC1343</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/CRP1-Undesirable-protection-programming-while-flashing-LPC1343/m-p/576204#M22651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by CodeRedSupport on Wed Jun 08 09:46:25 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;The supported Linux platforms for LPCXpresso IDE are Ubuntu 9/10/11 and Fedora 12/13. LPCXpresso [B]may[/B] install and run on other Linux distributions.&amp;nbsp; However, only the distributions listed above have been tested. We have&amp;nbsp; no plans to officially support other distributions at this time.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thus your platform (Gentoo) is not a supported one, and we do not see this problem with any of the supported platforms (Windows or Linux). Thus I'm afraid that you are pretty much on your own here. Sorry.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CodeRedSupport.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:27:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/CRP1-Undesirable-protection-programming-while-flashing-LPC1343/m-p/576204#M22651</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: CRP1: Undesirable protection programming while flashing LPC1343</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/CRP1-Undesirable-protection-programming-while-flashing-LPC1343/m-p/576205#M22652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by evgs on Wed Jun 08 10:24:44 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, I know that Gentoo distribution is not supported officially. I beleive I will find workaround - a week ago all worked fine. Will try revert recent system updates to find one that broke compatibility.&amp;nbsp; Anyway, thanks for your answer!&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Another my question is about acceptable parameters for option -flash-protect= . There are not enough info in [I]crt_emu_lpc11_13_nxp -h[/I] output. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you show me what values for -flash-protect= corresponds to CRP1 ENABLED, CRP DISABLED, etc.?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:27:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/CRP1-Undesirable-protection-programming-while-flashing-LPC1343/m-p/576205#M22652</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: CRP1: Undesirable protection programming while flashing LPC1343</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/CRP1-Undesirable-protection-programming-while-flashing-LPC1343/m-p/576206#M22653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by CodeRedSupport on Wed Jun 08 13:24:25 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: evgs&lt;/STRONG&gt;&lt;BR /&gt;Yes, I know that Gentoo distribution is not supported officially. I beleive I will find workaround - a week ago all worked fine. Will try revert recent system updates to find one that broke compatibility.&amp;nbsp; Anyway, thanks for your answer!&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;Another my question is about acceptable parameters for option -flash-protect= . There are not enough info in [I]crt_emu_lpc11_13_nxp -h[/I] output. &lt;BR /&gt;Can you show me what values for -flash-protect= corresponds to CRP1 ENABLED, CRP DISABLED, etc.?&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First, be certain you understand the consequences when using any CRP setting. These settings are communicated to the debug utility as follows:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;CRP1 is&amp;nbsp; '-flash-protect=1'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CRP2 is&amp;nbsp; '-flash-protect=2'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CRP3 is&amp;nbsp; '-flash-protect=3'&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any other flash protect setting is invalid, and ignored. If you happen to have a CRP word embedded in your image, an error results if&amp;nbsp; it doesn't match the protect setting on the command-line. Note also, unless you use a valid '-flash-protect=' setting you'll not be warned your image contains a CRP word.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CodeRedSupport&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:27:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/CRP1-Undesirable-protection-programming-while-flashing-LPC1343/m-p/576206#M22653</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:27:18Z</dc:date>
    </item>
  </channel>
</rss>

