<?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: KDS3.0 / SKD1.2 without PE ? in Kinetis Software Development Kit</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KDS3-0-SKD1-2-without-PE/m-p/422327#M2191</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rsbogdan,&lt;/P&gt;&lt;P&gt;The architecture of KSDK1.2 has been changed greatly, about the difference, please refer to SDK1.0 and SDK1.2 release note.&lt;/P&gt;&lt;P&gt;1.&lt;/P&gt;&lt;P&gt;Just like what you have said, the document really don't have ADC16_DRV_EnableHwAverage function in both KSDK1.1.0 and KSDK1.2.0, I think the document have missed it, the document don't have the ADC average function, not only KSD1.1.0, but also 1.2.0.&lt;/P&gt;&lt;P&gt;But you can find the function description from the adc driver headfile.&lt;/P&gt;&lt;P&gt;ADC16_DRV_EnableHwAverage function is in KSDK1.1.0, but it is not in KSDK1.2.0.&lt;/P&gt;&lt;P&gt;ksdk1.2.0 is using ADC16_DRV_ConfigHwAverage for hardware average, you can find it from fsl_adc16_driver.c.&lt;/P&gt;&lt;P&gt;About the incomplete of document, I will tell this problem to our KSDK engineer, they will update it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. About the support for RTC_HAL_SetWakeupPinCmd()&lt;/P&gt;&lt;P&gt;I think it is intentional, because don't like KSDK1.1 just support few devices, KSDK1.2 supports more devices, but the wakeup pin is optional and not available on all devices.&lt;/P&gt;&lt;P&gt;To support more devices, so delete this register function.&lt;/P&gt;&lt;P&gt;But if you want to use it, you can use the register control it directly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wish it helps you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jingjing&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>Mon, 20 Jul 2015 07:17:50 GMT</pubDate>
    <dc:creator>kerryzhou</dc:creator>
    <dc:date>2015-07-20T07:17:50Z</dc:date>
    <item>
      <title>KDS3.0 / SKD1.2 without PE ?</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KDS3-0-SKD1-2-without-PE/m-p/422326#M2190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Customer has issues with&amp;nbsp; KSDK documentation. They have a project up and running &lt;SPAN style="line-height: 16.7999992370605px;"&gt;not using processor expert &lt;/SPAN&gt;&lt;SPAN style="line-height: 1.5;"&gt;in KDS2.0 . They want to migrate to KDS3.0/SDK1.2 .However they encounter many issues. They are still trying not to use PE but would like to use the "functions" listed in the libraries.&amp;nbsp; None of these seems to be documented.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I’ve only spent a few hours using it so far, and this is a sample of what I’ve found:&lt;/P&gt;&lt;P&gt;(I’ll explain the first one in detail, then be more abbreviated afterward)&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;&lt;SPAN style="color: red;"&gt;ADC16 support of hardware averaging is not documented&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P style="margin-left: 1.0in;"&gt;Our project used “ADC16_DRV_EnableHwAverage()” under SDK 1.1.0&lt;/P&gt;&lt;P style="margin-left: 1.0in;"&gt;&lt;SPAN style="color: red;"&gt;The HTTP documentation for SDK 1.1.0 does not show this function at all&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-left: 1.0in;"&gt;&lt;SPAN style="color: red;"&gt;The HTTP documentation for SDK 1.2.0 does not show this function at all&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-left: 1.0in;"&gt;The source code for the ADC16 driver in KSDK 1.1.0 is at: C:\Freescale\KSDK_1.1.0\platform\drivers\inc\fsl_adc16_driver.h&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-left: 1.0in;"&gt;The function name and arguments changed for KSDK 1.2.0.&amp;nbsp; &lt;SPAN style="color: red;"&gt;There’s a new structure in KSDK 1.2.0 that isn’t in the documentation either. (adc16_hw_average_config_t)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-left: 1.0in;"&gt;&lt;SPAN style="color: red;"&gt;I get no matches when I try to search for “ADC16_DRV_EnableHwAverage” in KSDK 1.1.0 documentation.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: 1.0in;"&gt;&lt;SPAN style="color: red;"&gt;I get no matches when I search for “ADC16_DRV_ConfigHwAverage” or “adc16_hw_average_config_t” in KSDK 1.2.0 documentation&lt;/SPAN&gt;.&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;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;&lt;SPAN style="color: red;"&gt;KSDK 1.2.0 seems to have dropped support for RTC_HAL_SetWakeupPinCmd(). Was this intentional? &lt;/SPAN&gt; We were using it in KSDK 1.1.0, but again it does not appear in the documentation.&lt;/LI&gt;&lt;/OL&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2015 19:19:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KDS3-0-SKD1-2-without-PE/m-p/422326#M2190</guid>
      <dc:creator>RsBogdan</dc:creator>
      <dc:date>2015-07-17T19:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: KDS3.0 / SKD1.2 without PE ?</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KDS3-0-SKD1-2-without-PE/m-p/422327#M2191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rsbogdan,&lt;/P&gt;&lt;P&gt;The architecture of KSDK1.2 has been changed greatly, about the difference, please refer to SDK1.0 and SDK1.2 release note.&lt;/P&gt;&lt;P&gt;1.&lt;/P&gt;&lt;P&gt;Just like what you have said, the document really don't have ADC16_DRV_EnableHwAverage function in both KSDK1.1.0 and KSDK1.2.0, I think the document have missed it, the document don't have the ADC average function, not only KSD1.1.0, but also 1.2.0.&lt;/P&gt;&lt;P&gt;But you can find the function description from the adc driver headfile.&lt;/P&gt;&lt;P&gt;ADC16_DRV_EnableHwAverage function is in KSDK1.1.0, but it is not in KSDK1.2.0.&lt;/P&gt;&lt;P&gt;ksdk1.2.0 is using ADC16_DRV_ConfigHwAverage for hardware average, you can find it from fsl_adc16_driver.c.&lt;/P&gt;&lt;P&gt;About the incomplete of document, I will tell this problem to our KSDK engineer, they will update it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. About the support for RTC_HAL_SetWakeupPinCmd()&lt;/P&gt;&lt;P&gt;I think it is intentional, because don't like KSDK1.1 just support few devices, KSDK1.2 supports more devices, but the wakeup pin is optional and not available on all devices.&lt;/P&gt;&lt;P&gt;To support more devices, so delete this register function.&lt;/P&gt;&lt;P&gt;But if you want to use it, you can use the register control it directly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wish it helps you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jingjing&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>Mon, 20 Jul 2015 07:17:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KDS3-0-SKD1-2-without-PE/m-p/422327#M2191</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2015-07-20T07:17:50Z</dc:date>
    </item>
  </channel>
</rss>

