<?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 Is MED-EKG compatible with KL25z? in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Is-MED-EKG-compatible-with-KL25z/m-p/498101#M31044</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 in the process of using my MED-EKG with the KL25z board. I know that the MED-EKG DSC needs an I2c communication to send the start command and to start receiving values, so I have already set up that connection.&lt;/P&gt;&lt;P&gt;My question is, would the MED-EKG actually be able to work with the KL25z? Do I have to account for anything else besides the I2C communication? Can the MED-EKG do all the work and send me the values through I2C to my KL25z? Or do I have to setup ADC's and amplifiers on my kl25z end as well?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Apr 2016 14:17:54 GMT</pubDate>
    <dc:creator>pacoshnaidler</dc:creator>
    <dc:date>2016-04-12T14:17:54Z</dc:date>
    <item>
      <title>Is MED-EKG compatible with KL25z?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Is-MED-EKG-compatible-with-KL25z/m-p/498101#M31044</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 in the process of using my MED-EKG with the KL25z board. I know that the MED-EKG DSC needs an I2c communication to send the start command and to start receiving values, so I have already set up that connection.&lt;/P&gt;&lt;P&gt;My question is, would the MED-EKG actually be able to work with the KL25z? Do I have to account for anything else besides the I2C communication? Can the MED-EKG do all the work and send me the values through I2C to my KL25z? Or do I have to setup ADC's and amplifiers on my kl25z end as well?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 14:17:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Is-MED-EKG-compatible-with-KL25z/m-p/498101#M31044</guid>
      <dc:creator>pacoshnaidler</dc:creator>
      <dc:date>2016-04-12T14:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: Is MED-EKG compatible with KL25z?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Is-MED-EKG-compatible-with-KL25z/m-p/498102#M31045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello paco shnaidler:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The MED-EKG can be used with the KL25 but the migration of the project from K53 to KL25 might not be simple, specially if you are not familiar with the legacy USB stack (assuming you need USB) and the EKG algorithm. The on-board DSC in the MED-EKG should be pre-programmed with a digital filter algorithm and deliver data to a MCU through I2C, but I cannot find any documentation about it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the project you find the conditional compilation macros &lt;STRONG&gt;ECG_FIR&lt;/STRONG&gt; and &lt;STRONG&gt;ECG_DSC&lt;/STRONG&gt;, which configures if the analog signals are processed by the DSC or the MCU. You need to inspect the code that is active when &lt;STRONG&gt;ECG_DSC&lt;/STRONG&gt; is declared.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the USB part, the project is mounted in a USB CDC device class example from the legacy Kinetis USB stack. The closest approach if you need USB would be to download this legacy stack and try to replicate the MED-EKG application with the CDC device example. The stack is in the next link (&lt;STRONG&gt;v4.1.1&lt;/STRONG&gt;):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.nxp.com/products/automotive-products/microcontrollers-and-processors/8-bit-s08-5.5v-mcus/usb-stack:MEDICALUSB?fpsp=1&amp;amp;tab=Design_Tools_Tab" title="http://www.nxp.com/products/automotive-products/microcontrollers-and-processors/8-bit-s08-5.5v-mcus/usb-stack:MEDICALUSB?fpsp=1&amp;amp;tab=Design_Tools_Tab"&gt;USB Stack|NXP&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise you could also go with the Kinetis SDK v1.3, which includes also a USB stack with the CDC class:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.nxp.com/products/software-and-tools/run-time-software/kinetis-software-and-tools/development-platforms-with-mbed/software-development-kit-for-kinetis-mcus:KINETIS-SDK?tid=redKINETIS_SDK" title="http://www.nxp.com/products/software-and-tools/run-time-software/kinetis-software-and-tools/development-platforms-with-mbed/software-development-kit-for-kinetis-mcus:KINETIS-SDK?tid=redKINETIS_SDK"&gt;Software Development Kit for Kinetis MCUs|NXP&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;Jorge Gonzalez&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2016 15:14:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Is-MED-EKG-compatible-with-KL25z/m-p/498102#M31045</guid>
      <dc:creator>Jorge_Gonzalez</dc:creator>
      <dc:date>2016-04-18T15:14:26Z</dc:date>
    </item>
  </channel>
</rss>

