<?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のトピックKSDK 1.1: ADC16 driver lacks ISR</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KSDK-1-1-ADC16-driver-lacks-ISR/m-p/340327#M221</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm trying to port a project started with KSDK1.0.0 (withoout PE) to KSDK 1.1.&lt;/P&gt;&lt;P&gt;Sisnce PE seems improved I started a new project in KDS 2.0.0 slowly adding components.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've some issues with the ADC (renamed ADC16 in KSDK 1.1).&lt;/P&gt;&lt;P&gt;The Driver has no ISR.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I mean in Event.c a function is created ( void ADC0_irqHandler(void) ), but is empty and in fsl_adc16_driver.c there is not ADC_DRV_IRQHandler() as there was in KSDK 1.0.0.&lt;/P&gt;&lt;P&gt;And of course there no function to install a callback function for the ADC.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it normal or somebody at Freescale forgot to implement the code?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Jan 2015 16:06:58 GMT</pubDate>
    <dc:creator>giacomopetrini</dc:creator>
    <dc:date>2015-01-13T16:06:58Z</dc:date>
    <item>
      <title>KSDK 1.1: ADC16 driver lacks ISR</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KSDK-1-1-ADC16-driver-lacks-ISR/m-p/340327#M221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm trying to port a project started with KSDK1.0.0 (withoout PE) to KSDK 1.1.&lt;/P&gt;&lt;P&gt;Sisnce PE seems improved I started a new project in KDS 2.0.0 slowly adding components.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've some issues with the ADC (renamed ADC16 in KSDK 1.1).&lt;/P&gt;&lt;P&gt;The Driver has no ISR.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I mean in Event.c a function is created ( void ADC0_irqHandler(void) ), but is empty and in fsl_adc16_driver.c there is not ADC_DRV_IRQHandler() as there was in KSDK 1.0.0.&lt;/P&gt;&lt;P&gt;And of course there no function to install a callback function for the ADC.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it normal or somebody at Freescale forgot to implement the code?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2015 16:06:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KSDK-1-1-ADC16-driver-lacks-ISR/m-p/340327#M221</guid>
      <dc:creator>giacomopetrini</dc:creator>
      <dc:date>2015-01-13T16:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: KSDK 1.1: ADC16 driver lacks ISR</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KSDK-1-1-ADC16-driver-lacks-ISR/m-p/340328#M222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;About the KSDK 1.1.0,&amp;nbsp;&amp;nbsp; without PE, the interrupt handler is in ""...\KSDK_1.1.0\platform\drivers\src\adc16\fsl_adc16_ipq.c";&lt;/P&gt;&lt;P&gt;with PE, the interrupt handler is in "Source -&amp;gt;&amp;nbsp; Events.c " .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regard&lt;/P&gt;&lt;P&gt;Alice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2015 02:04:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KSDK-1-1-ADC16-driver-lacks-ISR/m-p/340328#M222</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2015-01-14T02:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: KSDK 1.1: ADC16 driver lacks ISR</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KSDK-1-1-ADC16-driver-lacks-ISR/m-p/340329#M223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, but the beahviour changed from KSDK 1.0.0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In KSDK 1.0.0 (with or without PE) you had the ISR handler already written (in fls_adc_driver.c ther was a ADC_DRV_IRQHandler() ), and you only had to install a callback funtion to get the converted values.&lt;/P&gt;&lt;P&gt;In KSDK 1.1.0&amp;nbsp; (with or without PE) you have the empty ADCn_IRQHandler() that you have to implement and no more callback function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's not a problem (just copied, pasted and slightly modified old Halndler) but old code will not work anymore.&lt;/P&gt;&lt;P&gt;It would have been interesting to have in the doc a detailed changelog from v.1.0.0.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2015 15:17:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KSDK-1-1-ADC16-driver-lacks-ISR/m-p/340329#M223</guid>
      <dc:creator>giacomopetrini</dc:creator>
      <dc:date>2015-01-14T15:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: KSDK 1.1: ADC16 driver lacks ISR</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KSDK-1-1-ADC16-driver-lacks-ISR/m-p/340330#M224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the ksdk1.1.0 is very different from ksdk1.0.0, and the driver are much different too.&lt;/P&gt;&lt;P&gt;So it hard transplant ksdk1.0.0 to ksdk1.1.0.&lt;/P&gt;&lt;P&gt;I recommend you recreate project if you want use ksdk1.1.0.&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>Thu, 15 Jan 2015 13:52:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KSDK-1-1-ADC16-driver-lacks-ISR/m-p/340330#M224</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2015-01-15T13:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: KSDK 1.1: ADC16 driver lacks ISR</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KSDK-1-1-ADC16-driver-lacks-ISR/m-p/340331#M225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alice,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the worse reply I've ever read. It seems half hearted.&amp;nbsp; I don't want to appear rude but I think everyone using the SDK knows that the two versions are very different, but this doesn't tell us anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This change should have been logged in the release note with an explanation of why it was required along with any other changes and known issues.&amp;nbsp; The question is what else has been changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've updated to SDK 1.1.0 and have also run into this problem (costing me hours).&amp;nbsp; I'm now uncertain as to why these changes were necessary?&amp;nbsp; Are there known issue regarding the SDK V 1.0.0 adc code that we should be aware of?&amp;nbsp; What do the developers of the SDK have to say in this regard? Can you publish your own internal release notes etc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I feel that freescale have a moral obligation to publish this information if not a legal one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know if Freescale have any intention of providing this information?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2015 07:57:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KSDK-1-1-ADC16-driver-lacks-ISR/m-p/340331#M225</guid>
      <dc:creator>DaveTonyCook</dc:creator>
      <dc:date>2015-06-30T07:57:59Z</dc:date>
    </item>
  </channel>
</rss>

