<?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>8-bit MicrocontrollersのトピックRe: I2C Issue with MC9S08AC128</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/I2C-Issue-with-MC9S08AC128/m-p/691663#M22438</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This does appear to be a bit odd.&amp;nbsp;&amp;nbsp; I've used I2C on many microcontrollers before, but my recent project (involving (2)&amp;nbsp; MC9S08AC60) used SPI interface instead due to legacy requirements, so I don't have ready code on hand for I2C to share that I know for certain is working on MC9S08AC chips.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you looked at this I2C application note for any clues?&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.nxp.com/assets/documents/data/en/application-notes/AN3291.pdf"&gt;http://www.nxp.com/assets/documents/data/en/application-notes/AN3291.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you made any progress?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Jun 2017 17:00:46 GMT</pubDate>
    <dc:creator>mfugere</dc:creator>
    <dc:date>2017-06-02T17:00:46Z</dc:date>
    <item>
      <title>I2C Issue with MC9S08AC128</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/I2C-Issue-with-MC9S08AC128/m-p/691653#M22428</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;I ma facing issue for I2C interrupt not getting hit even after initializing the registers. Even the initialization to F0 does not get set initially.&lt;/P&gt;&lt;P&gt;Since I am transferring multiple data at a time later It gets set to FO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Snippet in main file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I2C initialization&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #3f7f5f; font-size: small;"&gt;/* &lt;SPAN style="text-decoration: underline;"&gt;Initialize&lt;/SPAN&gt; the I2C Module. */&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small;"&gt; _IIC1A.&lt;/SPAN&gt;&lt;SPAN style="color: #0000c0; font-size: small;"&gt;IIC1AData&lt;/SPAN&gt;&lt;SPAN style="font-size: small;"&gt; = 0x02; &lt;/SPAN&gt;&lt;SPAN style="color: #3f7f5f; font-size: small;"&gt;/* Set the master address to be 1 */&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small;"&gt; _IIC1F.&lt;/SPAN&gt;&lt;SPAN style="color: #0000c0; font-size: small;"&gt;IIC1FData&lt;/SPAN&gt;&lt;SPAN style="font-size: small;"&gt; = 0x06; for Bus frequency of 6.75MHZ&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;YYY[][] AND XXX[][] are initialized to set of values and then initialized as below&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #3f7f5f; font-size: small;"&gt;/* configure 1 */&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #7f0055; font-size: small;"&gt;for&lt;/STRONG&gt;&lt;SPAN style="font-size: small;"&gt; (i = 0; i &amp;lt; YY; i++)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;SendI2CData(&amp;amp;YYY[i][0]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #7f0055; font-size: small;"&gt;for&lt;/STRONG&gt;&lt;SPAN style="font-size: small;"&gt; (j = 0; j &amp;lt; XX; j++)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;SendI2CData(&amp;amp;XXX[j][0]);&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;SPAN style="color: #3f7f5f; font-size: small;"&gt;/* &lt;SPAN style="text-decoration: underline;"&gt;Initialize&lt;/SPAN&gt; ourselves as the master by setting IICEN, IICIE, MST and TX. **&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3f7f5f; font-size: small;"&gt;/*within SendI2CData*/&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small;"&gt; _IIC1C1.&lt;/SPAN&gt;&lt;SPAN style="color: #0000c0; font-size: small;"&gt;IIC1CData&lt;/SPAN&gt;&lt;SPAN style="font-size: small;"&gt; = 0xf0;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small;"&gt;Snippet for interrupt&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small;"&gt;__interrupt &lt;/SPAN&gt;&lt;STRONG style="color: #7f0055; font-size: small;"&gt;void&lt;/STRONG&gt;&lt;SPAN style="font-size: small;"&gt; __near &lt;STRONG&gt;_Iic_Isr&lt;/STRONG&gt;(&lt;/SPAN&gt;&lt;STRONG style="color: #7f0055; font-size: small;"&gt;void&lt;/STRONG&gt;&lt;SPAN style="font-size: small;"&gt;) {&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #3f7f5f; font-size: small;"&gt;/* Declarations and &lt;SPAN style="text-decoration: underline;"&gt;Initializations&lt;/SPAN&gt;. */&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #7f0055; font-size: small;"&gt;volatile&lt;/STRONG&gt;&lt;SPAN style="font-size: small;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #005032; font-size: small;"&gt;Uint8&lt;/SPAN&gt;&lt;SPAN style="font-size: small;"&gt; DummyRead;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #3f7f5f; font-size: small;"&gt;/* Statements. */&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #3f7f5f; font-size: small;"&gt;/* Clear the Interrupt Pending flag. */&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small;"&gt; _IIC1S.&lt;/SPAN&gt;&lt;SPAN style="color: #0000c0; font-size: small;"&gt;Bit&lt;/SPAN&gt;&lt;SPAN style="font-size: small;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #0000c0; font-size: small;"&gt;iicif&lt;/SPAN&gt;&lt;SPAN style="font-size: small;"&gt; = &lt;/SPAN&gt;&lt;EM style=": ; color: #0000c0; font-size: small;"&gt;true&lt;/EM&gt;&lt;SPAN style="font-size: small;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #3f7f5f; font-size: small;"&gt;/* Check the mode of operation; are we master. */&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #7f0055; font-size: small;"&gt;if&lt;/STRONG&gt;&lt;SPAN style="font-size: small;"&gt; (_IIC1C1.&lt;/SPAN&gt;&lt;SPAN style="color: #0000c0; font-size: small;"&gt;Bit&lt;/SPAN&gt;&lt;SPAN style="font-size: small;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #0000c0; font-size: small;"&gt;mst&lt;/SPAN&gt;&lt;SPAN style="font-size: small;"&gt;) {&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #3f7f5f; font-size: small;"&gt;/* We in Transmit mode. */&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #7f0055; font-size: small;"&gt;if&lt;/STRONG&gt;&lt;SPAN style="font-size: small;"&gt; (_IIC1C1.&lt;/SPAN&gt;&lt;SPAN style="color: #0000c0; font-size: small;"&gt;Bit&lt;/SPAN&gt;&lt;SPAN style="font-size: small;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #0000c0; font-size: small;"&gt;tx&lt;/SPAN&gt;&lt;SPAN style="font-size: small;"&gt;) {&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #3f7f5f; font-size: small;"&gt;/* Have all the bytes &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2017 23:16:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/I2C-Issue-with-MC9S08AC128/m-p/691653#M22428</guid>
      <dc:creator>preetuabraham</dc:creator>
      <dc:date>2017-05-24T23:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: I2C Issue with MC9S08AC128</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/I2C-Issue-with-MC9S08AC128/m-p/691654#M22429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried setting the IICEN, MST, TX bits within your IIC initialize routine (which is where I would put it anyway), and just set the IICIE bit within your SendI2CData() function?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you certain that your slave/target device is connected and able to generate the ACK bit on the end of the transfer?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2017 17:13:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/I2C-Issue-with-MC9S08AC128/m-p/691654#M22429</guid>
      <dc:creator>mfugere</dc:creator>
      <dc:date>2017-05-25T17:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: I2C Issue with MC9S08AC128</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/I2C-Issue-with-MC9S08AC128/m-p/691655#M22430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also, are your linker file, and interrupt vector source files setup to put the address of your IIC_ISR() function at the IIC1 vector address location at flash memory location 0xFFC6:FFC7?&amp;nbsp;&amp;nbsp; The address of your ISR must be loaded at the proper vector table location to be called when the IIC1 interrupt occurs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2017 17:28:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/I2C-Issue-with-MC9S08AC128/m-p/691655#M22430</guid>
      <dc:creator>mfugere</dc:creator>
      <dc:date>2017-05-25T17:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: I2C Issue with MC9S08AC128</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/I2C-Issue-with-MC9S08AC128/m-p/691656#M22431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Michael for the reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes the interrupt is placed at FFC6 location as per the project prm file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem I am facing is .mst bit is not getting set and it shows IIC1S that there is an arbitration loss bit getting set&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I am giving 0xFO it is taking as 0xD0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2017 17:51:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/I2C-Issue-with-MC9S08AC128/m-p/691656#M22431</guid>
      <dc:creator>preetuabraham</dc:creator>
      <dc:date>2017-05-25T17:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: I2C Issue with MC9S08AC128</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/I2C-Issue-with-MC9S08AC128/m-p/691657#M22432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am initializing 0xf0 in IIC1C register and it is setting as 0xd0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2017 17:54:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/I2C-Issue-with-MC9S08AC128/m-p/691657#M22432</guid>
      <dc:creator>preetuabraham</dc:creator>
      <dc:date>2017-05-25T17:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: I2C Issue with MC9S08AC128</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/I2C-Issue-with-MC9S08AC128/m-p/691658#M22433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am setting 0xf0 in IIC1C1 register and it is setting as 0xd0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2017 17:55:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/I2C-Issue-with-MC9S08AC128/m-p/691658#M22433</guid>
      <dc:creator>preetuabraham</dc:creator>
      <dc:date>2017-05-25T17:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: I2C Issue with MC9S08AC128</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/I2C-Issue-with-MC9S08AC128/m-p/691659#M22434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will explain clearly what I am observing&lt;/P&gt;&lt;P&gt;So after initializing &lt;SPAN style="font-size: small;"&gt;IIC1A,IIC1f,IIC1C1 to desired values. When trying to set in SendI2CData()&amp;nbsp; the IIC1C1&amp;nbsp;to 0xF0,it takes 0xD0 and it shows IIC1S as 0x92.After this its goes to IIC ISR but it does not transfer since the master bit is not set. Again SendI2CData()&amp;nbsp; is called to transfer the next set of data, this time it sets IIC1C1&amp;nbsp;to 0xF0,IIC1S shows 0x80&amp;nbsp;but it does not enter the IIC ISR routine again&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2017 18:25:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/I2C-Issue-with-MC9S08AC128/m-p/691659#M22434</guid>
      <dc:creator>preetuabraham</dc:creator>
      <dc:date>2017-05-25T18:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: I2C Issue with MC9S08AC128</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/I2C-Issue-with-MC9S08AC128/m-p/691660#M22435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;At the moment I am not sure what might cause the behavior you describe - the master mode bit should remain set if you are setting it.&amp;nbsp; Maybe try to set the master bit first in the initialization routine, then OR in the enable bit and set that too?&amp;nbsp;&amp;nbsp; I have seen some peripherals on some micros not initialize properly depending on the sequence of configuration bits, but I have not seen this behavior with this series (9S08AC) of devices.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2017 13:37:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/I2C-Issue-with-MC9S08AC128/m-p/691660#M22435</guid>
      <dc:creator>mfugere</dc:creator>
      <dc:date>2017-05-26T13:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: I2C Issue with MC9S08AC128</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/I2C-Issue-with-MC9S08AC128/m-p/691661#M22436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Michael,&lt;/P&gt;&lt;P&gt;&amp;nbsp;it behaves weird .I had done some combinations to make&amp;nbsp; that it set and it was working yesterday by getting the bit to set . But today with same code it is behaving again like that .Any suggestions to avoid this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2017 15:38:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/I2C-Issue-with-MC9S08AC128/m-p/691661#M22436</guid>
      <dc:creator>preetuabraham</dc:creator>
      <dc:date>2017-05-26T15:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: I2C Issue with MC9S08AC128</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/I2C-Issue-with-MC9S08AC128/m-p/691662#M22437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think there is some I2C register settings issue with HCSO8 . I checked whether the SCL and SDA line connected to different units were connected and it shows all are connected..&lt;/P&gt;&lt;P&gt;Something is not making the bits to set even though it is R/W register&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2017 16:29:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/I2C-Issue-with-MC9S08AC128/m-p/691662#M22437</guid>
      <dc:creator>preetuabraham</dc:creator>
      <dc:date>2017-05-26T16:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: I2C Issue with MC9S08AC128</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/I2C-Issue-with-MC9S08AC128/m-p/691663#M22438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This does appear to be a bit odd.&amp;nbsp;&amp;nbsp; I've used I2C on many microcontrollers before, but my recent project (involving (2)&amp;nbsp; MC9S08AC60) used SPI interface instead due to legacy requirements, so I don't have ready code on hand for I2C to share that I know for certain is working on MC9S08AC chips.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you looked at this I2C application note for any clues?&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.nxp.com/assets/documents/data/en/application-notes/AN3291.pdf"&gt;http://www.nxp.com/assets/documents/data/en/application-notes/AN3291.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you made any progress?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jun 2017 17:00:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/I2C-Issue-with-MC9S08AC128/m-p/691663#M22438</guid>
      <dc:creator>mfugere</dc:creator>
      <dc:date>2017-06-02T17:00:46Z</dc:date>
    </item>
  </channel>
</rss>

