<?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>Kinetis Software Development KitのトピックRe: ADC queries</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/ADC-queries/m-p/509189#M5151</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello ,&lt;/P&gt;&lt;P&gt;About&amp;nbsp; this chip , when use the differential mode , it can output 16 bit data.&lt;/P&gt;&lt;P&gt;- And about your requirement, on one hand, if your project is only KSDK (without PE) , i recommend&lt;/P&gt;&lt;P&gt;you refer to the demo code under KSDK (for example the demo on TWRK60100m board) to know how&lt;/P&gt;&lt;P&gt;to use the API, configure the 16 bit here :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/56135iB0202672DA5F6D55/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;then build the KSDK lib , then&amp;nbsp; use this function :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADC16_DRV_StructInitUserConfigDefault(&amp;amp;adcUserConfig);&lt;/P&gt;&lt;P&gt;- On the other hand (i recommend you use this method) . create one SDK+PE project,&lt;/P&gt;&lt;P&gt;then you only need configure the "fsl_adc16" component , then the code can generated ,&lt;/P&gt;&lt;P&gt;&amp;nbsp; for example configure it as this :&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/56258iA1E028ACAADE8E52/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;&lt;/P&gt;&lt;P&gt;the related code :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/56228iD59EF2B4F89BE8E5/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&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;BR /&gt;Have a great day,&lt;BR /&gt;Alice Yang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Jan 2016 11:47:49 GMT</pubDate>
    <dc:creator>Alice_Yang</dc:creator>
    <dc:date>2016-01-22T11:47:49Z</dc:date>
    <item>
      <title>ADC queries</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/ADC-queries/m-p/509186#M5148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Can anyone plz explain me with this function&lt;/P&gt;&lt;P&gt;adc16_status_t ADC16_DRV_ConfigConvChn(uint32_t instance, uint32_t chnGroup, const adc16-configPtr);&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; what parameter instance and chngroup means?&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; How to initialize and assign multiple channels ( differential input) for ADC conversion in continuous conversion mode?&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If I want to use 3 channels as ADC inputs is it possible to initialize 2 channels as differential input and 1 as single ended input? If it's possible how it should be done?&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Is it possible to set 16 bit differential end&amp;nbsp; resolution? I could see 9, 12 or 13 , 12 and 13 in KSDK 1.3 API reference manual.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; In reference manual it is mentioned as&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Output modes:&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;differential 16-bit, 13-bit, 11-bit, and 9-bit modes&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;single-ended 16-bit, 12-bit, 10-bit, and 8-bit modes&amp;nbsp; on page 591.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Snehal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 09:13:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/ADC-queries/m-p/509186#M5148</guid>
      <dc:creator>snehalpatil</dc:creator>
      <dc:date>2016-01-22T09:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: ADC queries</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/ADC-queries/m-p/509187#M5149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Snehal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.&amp;nbsp;&amp;nbsp; " what parameter instance and chngroup means? " -&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; "instance" is&amp;nbsp; ADC ID or&amp;nbsp; ADC module , for exmaple ADC0 \&amp;nbsp; ADC1 .&lt;/P&gt;&lt;P&gt;"chngroup" is the ADC configuration group, for example ADC0_A(0)&amp;nbsp; ADC0_b(1) ...&lt;/P&gt;&lt;P&gt;2. If you want to initialize multiple channels , you can use the function you mentioned much times.&lt;/P&gt;&lt;P&gt;3. About the other two question , please tell me the part number of your chip.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And about the use of ADC functions , i recommend you refer to the adc demo and the "API Reference Manual",&lt;/P&gt;&lt;P&gt;you can find them at here :&amp;nbsp; Freescale\KSDK_1.3.0\doc &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;Alice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 10:10:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/ADC-queries/m-p/509187#M5149</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2016-01-22T10:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: ADC queries</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/ADC-queries/m-p/509188#M5150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Part number we are using is : MK02FN128VFM10&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 10:13:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/ADC-queries/m-p/509188#M5150</guid>
      <dc:creator>snehalpatil</dc:creator>
      <dc:date>2016-01-22T10:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: ADC queries</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/ADC-queries/m-p/509189#M5151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello ,&lt;/P&gt;&lt;P&gt;About&amp;nbsp; this chip , when use the differential mode , it can output 16 bit data.&lt;/P&gt;&lt;P&gt;- And about your requirement, on one hand, if your project is only KSDK (without PE) , i recommend&lt;/P&gt;&lt;P&gt;you refer to the demo code under KSDK (for example the demo on TWRK60100m board) to know how&lt;/P&gt;&lt;P&gt;to use the API, configure the 16 bit here :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/56135iB0202672DA5F6D55/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;then build the KSDK lib , then&amp;nbsp; use this function :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADC16_DRV_StructInitUserConfigDefault(&amp;amp;adcUserConfig);&lt;/P&gt;&lt;P&gt;- On the other hand (i recommend you use this method) . create one SDK+PE project,&lt;/P&gt;&lt;P&gt;then you only need configure the "fsl_adc16" component , then the code can generated ,&lt;/P&gt;&lt;P&gt;&amp;nbsp; for example configure it as this :&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/56258iA1E028ACAADE8E52/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;&lt;/P&gt;&lt;P&gt;the related code :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/56228iD59EF2B4F89BE8E5/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&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;BR /&gt;Have a great day,&lt;BR /&gt;Alice Yang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 11:47:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/ADC-queries/m-p/509189#M5151</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2016-01-22T11:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: ADC queries</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/ADC-queries/m-p/509190#M5152</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;Thanks for reply….. I didn’t find reply option on community so replying through mail….&lt;/P&gt;&lt;P&gt;Sorry but I am getting confused now…. ☹&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried to write basic initialization code for ADC (continuous conversion only) as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;void adc_init()&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;adc16_converter_config_t userConvConfig;&lt;/P&gt;&lt;P&gt;adc16_chn_config_t userChnConfig;&lt;/P&gt;&lt;P&gt;//uint16_t sampleValue;&lt;/P&gt;&lt;P&gt;//uint32_t i;&lt;/P&gt;&lt;P&gt;#if FSL_FEATURE_ADC16_HAS_CALIBRATION&lt;/P&gt;&lt;P&gt;adc16_calibration_param_t userCalConfig;&lt;/P&gt;&lt;P&gt;#endif /* FSL_FEATURE_ADC16_HAS_CALIBRATION */&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// Execute the auto-calibration.&lt;/P&gt;&lt;P&gt;userConvConfig.lowPowerEnable = false;&lt;/P&gt;&lt;P&gt;userConvConfig.clkDividerMode = kAdc16ClkDividerOf8;  //check clock settings then decide&lt;/P&gt;&lt;P&gt;userConvConfig.longSampleTimeEnable = false;&lt;/P&gt;&lt;P&gt;userConvConfig.clkSrc = kAdc16ClkSrcOfBusClk;&lt;/P&gt;&lt;P&gt;userConvConfig.asyncClkEnable = false;&lt;/P&gt;&lt;P&gt;userConvConfig.highSpeedEnable = false;&lt;/P&gt;&lt;P&gt;userConvConfig.longSampleCycleMode = kAdc16LongSampleCycleOf24;&lt;/P&gt;&lt;P&gt;userConvConfig.hwTriggerEnable = false;&lt;/P&gt;&lt;P&gt;userConvConfig.refVoltSrc = kAdc16RefVoltSrcOfVref;&lt;/P&gt;&lt;P&gt;userConvConfig.continuousConvEnable = true;&lt;/P&gt;&lt;P&gt;#if (FSL_FEATURE_ADC16_MAX_RESOLUTION &amp;gt;= 16)&lt;/P&gt;&lt;P&gt;    userConvConfig.resolution = kAdc16ResolutionBitOf16;&lt;/P&gt;&lt;P&gt;#endif&lt;/P&gt;&lt;P&gt;ADC16_DRV_Init(ADC16_INSTANCE, &amp;amp;userConvConfig);&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Doubts:&lt;/P&gt;&lt;P&gt;I want to include library files (HAL/peripheral)in project. How should I include it.&lt;/P&gt;&lt;P&gt;I am confused about ADC16_HAL_drv and ADC16_Peripheral_drv sections in 1.3 API reference manual. adc16_chn_config_t structure is different in both sections. .diffconvenable parameter is there in HAL driver and not in peripheral driver.&lt;/P&gt;&lt;P&gt;Which library needs to be used : HAL or peripheral. Please guide how to do project settings. I can see my settings are included directly while project creation only.&lt;/P&gt;&lt;P&gt;I have written above function taking reference of examples in 1.3 demo_examples folder ADC_low_power.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Request to reply I am lagging in my work due to confusion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 06:43:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/ADC-queries/m-p/509190#M5152</guid>
      <dc:creator>snehalpatil</dc:creator>
      <dc:date>2016-01-25T06:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: ADC queries</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/ADC-queries/m-p/509191#M5153</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;   1 more query..&lt;/P&gt;&lt;P&gt;Can we save as the example projects .. If yes how it can be done..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Snehal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 06:52:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/ADC-queries/m-p/509191#M5153</guid>
      <dc:creator>snehalpatil</dc:creator>
      <dc:date>2016-01-25T06:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: ADC queries</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/ADC-queries/m-p/509192#M5154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Snehal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- About the create one KSDK project on KSDK ,you can refer to here : Writing my first KSDK Application in KDS - Hello World and GPIO Interrupt &lt;/P&gt;&lt;P&gt;After read this , you will know how to include the lib&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/33521iAF6A1CD17B29F74D/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- About the ADC16_HAL_drv and ADC16_Peripheral_drv , the HAL layer function realize the basic function , and the Perpheral layer call the HAL layer's funtions.&lt;/P&gt;&lt;P&gt;So generally , we use the ADC16_Peripheral_drv , while we can also use the HAl layer functions .&lt;/P&gt;&lt;P&gt;- As a newer to the KSDK , i recommend you use the KSDK+PE project as i said before .&lt;/P&gt;&lt;P&gt;- And sorry i don't know what's mean about this "Can we save as the example projects" ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you still have question you can contact me &lt;SPAN lang="ZH-CN" style="font-family: 宋体;"&gt;！&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Alice Yang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 03:51:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/ADC-queries/m-p/509192#M5154</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2016-01-29T03:51:59Z</dc:date>
    </item>
  </channel>
</rss>

