<?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: multiple spi buses in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/multiple-spi-buses/m-p/893837#M52756</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Daniel so much for the response. I changed the PCS to 0 and it works. I thought it had to match the instance number 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not know how to get to the Master Configurations/Configurations list in your screen shot.&lt;/P&gt;&lt;P&gt;I just added these 2 master configs types to the main(copied from send.c) and started changing things.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;const lpspi_master_config_t MasterConfig0 = {&lt;/P&gt;&lt;P&gt;  .bitsPerSec = 50000U,&lt;/P&gt;&lt;P&gt;  .whichPcs = LPSPI_PCS0,                //changed&lt;/P&gt;&lt;P&gt;  .pcsPolarity = LPSPI_ACTIVE_LOW,       //changed&lt;/P&gt;&lt;P&gt;  .isPcsContinuous = true,               //changed&lt;/P&gt;&lt;P&gt;  .bitcount = 8U,&lt;/P&gt;&lt;P&gt;  .lpspiSrcClk = 48000000U,&lt;/P&gt;&lt;P&gt;  .clkPhase = LPSPI_CLOCK_PHASE_1ST_EDGE,&lt;/P&gt;&lt;P&gt;  .clkPolarity = LPSPI_SCK_ACTIVE_HIGH,&lt;/P&gt;&lt;P&gt;  .lsbFirst = false,&lt;/P&gt;&lt;P&gt;  .transferType = LPSPI_USING_INTERRUPTS,&lt;/P&gt;&lt;P&gt;  .rxDMAChannel = 255,&lt;/P&gt;&lt;P&gt;  .txDMAChannel = 255,&lt;/P&gt;&lt;P&gt;  .callback = NULL,&lt;/P&gt;&lt;P&gt;  .callbackParam = NULL,&lt;/P&gt;&lt;P&gt;};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;const lpspi_master_config_t MasterConfig1 = {&lt;/P&gt;&lt;P&gt;  .bitsPerSec = 50000U,&lt;/P&gt;&lt;P&gt;  .whichPcs = LPSPI_PCS0,               //changed&lt;/P&gt;&lt;P&gt;  .pcsPolarity = LPSPI_ACTIVE_LOW,      //changed&lt;/P&gt;&lt;P&gt;  .isPcsContinuous = true,              //changed&lt;/P&gt;&lt;P&gt;  .bitcount = 8U,&lt;/P&gt;&lt;P&gt;  .lpspiSrcClk = 48000000U,&lt;/P&gt;&lt;P&gt;  .clkPhase = LPSPI_CLOCK_PHASE_1ST_EDGE,&lt;/P&gt;&lt;P&gt;  .clkPolarity = LPSPI_SCK_ACTIVE_HIGH,&lt;/P&gt;&lt;P&gt;  .lsbFirst = false,&lt;/P&gt;&lt;P&gt;  .transferType = LPSPI_USING_INTERRUPTS,&lt;/P&gt;&lt;P&gt;  .rxDMAChannel = 255,&lt;/P&gt;&lt;P&gt;  .txDMAChannel = 255,&lt;/P&gt;&lt;P&gt;  .callback = NULL,&lt;/P&gt;&lt;P&gt;  .callbackParam = NULL,&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;/P&gt;&lt;P&gt;I know this is wrong but I’m trying to learn how to use processor expert.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now all my signals look right but I’m not getting my receiveData variable filled when I do a read.&lt;/P&gt;&lt;P&gt;I’m just sending bytes to and expander and reading them back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions? I’d rather configure these masters from processor expert.&lt;/P&gt;&lt;P&gt;If I don’t hear back from you I will post another question today.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again thank you. I’m desperate and running out of time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;http://www.te.com/&amp;gt;&lt;/P&gt;&lt;P&gt;Richard Clouse&lt;/P&gt;&lt;P&gt;Software Engineer&lt;/P&gt;&lt;P&gt;Global Aerospace Defense and Marine - Kilovac&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TEL +1 805-220-2034   MOBILE +1 480-213-9259  EMAIL richard.clouse@te.com&amp;lt;mailto:richard.clouse@te.com&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;https://www.facebook.com/teconnectivity&amp;gt;    &amp;lt;https://twitter.com/teconnectivity&amp;gt;     &amp;lt;http://instagram.com/teconnectivity&amp;gt;     &amp;lt;https://www.linkedin.com/company/te-connectivity&amp;gt;     &amp;lt;https://www.youtube.com/teconnectivity&amp;gt;&lt;/P&gt;&lt;P&gt;te.com&amp;lt;http://www.te.com/&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click to read&amp;lt;http://www.te.com/global-en/private/te-email-confidentiality-statement.html&amp;gt; email confidentiality disclaimer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 May 2019 14:00:25 GMT</pubDate>
    <dc:creator>richard_clouse</dc:creator>
    <dc:date>2019-05-16T14:00:25Z</dc:date>
    <item>
      <title>multiple spi buses</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/multiple-spi-buses/m-p/893835#M52754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have an s32k148 eval board and I'm trying to use 2 spi masters from it to talk to 2 seperate buses. I used processor expert to configure lpspi1 just like the lpspi0. i'm using the lpspi_transfer example. the chip select for lpspi1 is not coming down. I made them active low because I am talking to mcp23s17 expanders as slaves. lpspi0 works but chip select is not coming down for lpspi1. I am using the wiring called out in the example except I'm going to 2 seperate busses using the same pins from the example. does anyone know this code well enough to debug where chip select is pulled down? I can't even find it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 May 2019 18:12:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/multiple-spi-buses/m-p/893835#M52754</guid>
      <dc:creator>richard_clouse</dc:creator>
      <dc:date>2019-05-14T18:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: multiple spi buses</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/multiple-spi-buses/m-p/893836#M52755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Which pin are you using&amp;nbsp;for the PSC of&amp;nbsp;LPSPI1?&lt;/P&gt;&lt;P&gt;And which PSC have you selected in PE?&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/81308i91D0891D3A411FAD/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;Have you configured the pin in the PIN Driver configuration?&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/81309i7B27F24F95482D74/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;Thanks,&lt;/P&gt;&lt;P&gt;BR, Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 May 2019 11:06:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/multiple-spi-buses/m-p/893836#M52755</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2019-05-16T11:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: multiple spi buses</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/multiple-spi-buses/m-p/893837#M52756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Daniel so much for the response. I changed the PCS to 0 and it works. I thought it had to match the instance number 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not know how to get to the Master Configurations/Configurations list in your screen shot.&lt;/P&gt;&lt;P&gt;I just added these 2 master configs types to the main(copied from send.c) and started changing things.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;const lpspi_master_config_t MasterConfig0 = {&lt;/P&gt;&lt;P&gt;  .bitsPerSec = 50000U,&lt;/P&gt;&lt;P&gt;  .whichPcs = LPSPI_PCS0,                //changed&lt;/P&gt;&lt;P&gt;  .pcsPolarity = LPSPI_ACTIVE_LOW,       //changed&lt;/P&gt;&lt;P&gt;  .isPcsContinuous = true,               //changed&lt;/P&gt;&lt;P&gt;  .bitcount = 8U,&lt;/P&gt;&lt;P&gt;  .lpspiSrcClk = 48000000U,&lt;/P&gt;&lt;P&gt;  .clkPhase = LPSPI_CLOCK_PHASE_1ST_EDGE,&lt;/P&gt;&lt;P&gt;  .clkPolarity = LPSPI_SCK_ACTIVE_HIGH,&lt;/P&gt;&lt;P&gt;  .lsbFirst = false,&lt;/P&gt;&lt;P&gt;  .transferType = LPSPI_USING_INTERRUPTS,&lt;/P&gt;&lt;P&gt;  .rxDMAChannel = 255,&lt;/P&gt;&lt;P&gt;  .txDMAChannel = 255,&lt;/P&gt;&lt;P&gt;  .callback = NULL,&lt;/P&gt;&lt;P&gt;  .callbackParam = NULL,&lt;/P&gt;&lt;P&gt;};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;const lpspi_master_config_t MasterConfig1 = {&lt;/P&gt;&lt;P&gt;  .bitsPerSec = 50000U,&lt;/P&gt;&lt;P&gt;  .whichPcs = LPSPI_PCS0,               //changed&lt;/P&gt;&lt;P&gt;  .pcsPolarity = LPSPI_ACTIVE_LOW,      //changed&lt;/P&gt;&lt;P&gt;  .isPcsContinuous = true,              //changed&lt;/P&gt;&lt;P&gt;  .bitcount = 8U,&lt;/P&gt;&lt;P&gt;  .lpspiSrcClk = 48000000U,&lt;/P&gt;&lt;P&gt;  .clkPhase = LPSPI_CLOCK_PHASE_1ST_EDGE,&lt;/P&gt;&lt;P&gt;  .clkPolarity = LPSPI_SCK_ACTIVE_HIGH,&lt;/P&gt;&lt;P&gt;  .lsbFirst = false,&lt;/P&gt;&lt;P&gt;  .transferType = LPSPI_USING_INTERRUPTS,&lt;/P&gt;&lt;P&gt;  .rxDMAChannel = 255,&lt;/P&gt;&lt;P&gt;  .txDMAChannel = 255,&lt;/P&gt;&lt;P&gt;  .callback = NULL,&lt;/P&gt;&lt;P&gt;  .callbackParam = NULL,&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;/P&gt;&lt;P&gt;I know this is wrong but I’m trying to learn how to use processor expert.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now all my signals look right but I’m not getting my receiveData variable filled when I do a read.&lt;/P&gt;&lt;P&gt;I’m just sending bytes to and expander and reading them back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions? I’d rather configure these masters from processor expert.&lt;/P&gt;&lt;P&gt;If I don’t hear back from you I will post another question today.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again thank you. I’m desperate and running out of time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;http://www.te.com/&amp;gt;&lt;/P&gt;&lt;P&gt;Richard Clouse&lt;/P&gt;&lt;P&gt;Software Engineer&lt;/P&gt;&lt;P&gt;Global Aerospace Defense and Marine - Kilovac&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TEL +1 805-220-2034   MOBILE +1 480-213-9259  EMAIL richard.clouse@te.com&amp;lt;mailto:richard.clouse@te.com&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;https://www.facebook.com/teconnectivity&amp;gt;    &amp;lt;https://twitter.com/teconnectivity&amp;gt;     &amp;lt;http://instagram.com/teconnectivity&amp;gt;     &amp;lt;https://www.linkedin.com/company/te-connectivity&amp;gt;     &amp;lt;https://www.youtube.com/teconnectivity&amp;gt;&lt;/P&gt;&lt;P&gt;te.com&amp;lt;http://www.te.com/&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click to read&amp;lt;http://www.te.com/global-en/private/te-email-confidentiality-statement.html&amp;gt; email confidentiality disclaimer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 May 2019 14:00:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/multiple-spi-buses/m-p/893837#M52756</guid>
      <dc:creator>richard_clouse</dc:creator>
      <dc:date>2019-05-16T14:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: multiple spi buses</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/multiple-spi-buses/m-p/893838#M52757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Richard,&lt;/P&gt;&lt;P&gt;Please use the PE component inspector, it should be&amp;nbsp;intuitive.&lt;/P&gt;&lt;P&gt;Just open the PE views&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/81562iDEC3DD49B68C18F2/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;Add modules&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_4.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/81511i4F4A5F902FA04A9E/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_4.png" alt="pastedImage_4.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Configure them in the component inspector&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_5.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/81611iE92B26F049CAF04B/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_5.png" alt="pastedImage_5.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Generate the code:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_6.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/81512iD6EEDA6D996B250A/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_6.png" alt="pastedImage_6.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Drag and drop functions in the code:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_7.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/81563i541632EEBD09EB56/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_7.png" alt="pastedImage_7.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Similarly for other peripherals.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer to the SDK documentation in the SDK installation folder:&lt;/P&gt;&lt;P&gt;...\NXP\S32DS_ARM_v2018.R1\S32DS\S32SDK_S32K1xx_RTM_3.0.0\doc\Start_here.html&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2019 11:25:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/multiple-spi-buses/m-p/893838#M52757</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2019-05-17T11:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: multiple spi buses</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/multiple-spi-buses/m-p/893839#M52758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I configure 1 bus to both send and receive?&lt;/P&gt;&lt;P&gt;Do I add a configuration to the list or is it in the config?&lt;/P&gt;&lt;P&gt;I’m afraid I don’t know much about spi busses. I would appreciate a hint.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is when I try to ‘receive’ one byte I have to use a 32 bit variable and it is shifted left 16 bits. Are there 2 dummy bytes. I can live with that but it doesn’t seem right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;http://www.te.com/&amp;gt;&lt;/P&gt;&lt;P&gt;Richard Clouse&lt;/P&gt;&lt;P&gt;Software Engineer&lt;/P&gt;&lt;P&gt;Global Aerospace Defense and Marine - Kilovac&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TEL +1 805-220-2034   MOBILE +1 480-213-9259  EMAIL richard.clouse@te.com&amp;lt;mailto:richard.clouse@te.com&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;https://www.facebook.com/teconnectivity&amp;gt;    &amp;lt;https://twitter.com/teconnectivity&amp;gt;     &amp;lt;http://instagram.com/teconnectivity&amp;gt;     &amp;lt;https://www.linkedin.com/company/te-connectivity&amp;gt;     &amp;lt;https://www.youtube.com/teconnectivity&amp;gt;&lt;/P&gt;&lt;P&gt;te.com&amp;lt;http://www.te.com/&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click to read&amp;lt;http://www.te.com/global-en/private/te-email-confidentiality-statement.html&amp;gt; email confidentiality disclaimer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2019 17:29:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/multiple-spi-buses/m-p/893839#M52758</guid>
      <dc:creator>richard_clouse</dc:creator>
      <dc:date>2019-05-17T17:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: multiple spi buses</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/multiple-spi-buses/m-p/893840#M52759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;There can be one SDK components for each LPSPI module.&lt;/P&gt;&lt;P&gt;And each LPSPI module has dedicated pins that can be used.&lt;/P&gt;&lt;P&gt;Please refer to S32K148_IO_Signal_Description_Input_Multiplexing.xlsx file that is attached to the reference manual.&lt;/P&gt;&lt;P&gt;However,&amp;nbsp;one SDK component can have several configurations with different frame length as well.&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/83437i4BDC01AA252DA617/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;BR, Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2019 09:40:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/multiple-spi-buses/m-p/893840#M52759</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2019-05-21T09:40:20Z</dc:date>
    </item>
  </channel>
</rss>

