<?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: KL02 FSL_FEATURE_I2C_HAS_START_STOP_DETECT in Kinetis Software Development Kit</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KL02-FSL-FEATURE-I2C-HAS-START-STOP-DETECT/m-p/702799#M7522</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Testing&amp;nbsp;START condition generation from another device, KL02 did&amp;nbsp;enter interrupt&amp;nbsp;meaning it has START interrupt support, from header files this would be bit4 of I2Cx_FLT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a new version of Reference Manual?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Aug 2017 09:39:14 GMT</pubDate>
    <dc:creator>soonyetchan</dc:creator>
    <dc:date>2017-08-21T09:39:14Z</dc:date>
    <item>
      <title>KL02 FSL_FEATURE_I2C_HAS_START_STOP_DETECT</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KL02-FSL-FEATURE-I2C-HAS-START-STOP-DETECT/m-p/702798#M7521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;KL02 Sub-Family Reference Manual (&lt;A class="link-titled" href="http://www.nxp.com/docs/en/reference-manual/KL02P32M48SF0RM.pdf" title="http://www.nxp.com/docs/en/reference-manual/KL02P32M48SF0RM.pdf"&gt;http://www.nxp.com/docs/en/reference-manual/KL02P32M48SF0RM.pdf&lt;/A&gt;&amp;nbsp;)&lt;/P&gt;&lt;P&gt;clearly indicates register&amp;nbsp;I2Cx_FLT does not have SSIE bit (start / stop interrupt), why is MKL02Z4_features.h defined otherwise?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* @brief Has I2C bus start and stop detection (register bits FLT[SSIE], FLT[STARTF] and FLT[STOPF]). */&lt;BR /&gt;#define FSL_FEATURE_I2C_HAS_START_STOP_DETECT (1)&lt;BR /&gt;/* @brief Has I2C bus stop detection (register bits FLT[STOPIE] and FLT[STOPF]). */&lt;BR /&gt;#define FSL_FEATURE_I2C_HAS_STOP_DETECT (0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Slave receive&amp;nbsp;works with&amp;nbsp;&lt;SPAN&gt;FSL_FEATURE_I2C_HAS_START_STOP_DETECT&amp;nbsp;set to (1), but not when set to (0) with&amp;nbsp;FSL_FEATURE_I2C_HAS_STOP_DETECT set to (1).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Which is correct?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;After 1 week digging and debugging fsl_i2c library it felt unfinished at 70%, some of the functions are not used and&amp;nbsp;it should be made very clear to user that the library does not support multi-master configuration - where single I2C instance need to support both master/slave operation. The proof is the library does not handle slave and master handles differently, only one can be created at one time - the one created later overwrites the former.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 09:25:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KL02-FSL-FEATURE-I2C-HAS-START-STOP-DETECT/m-p/702798#M7521</guid>
      <dc:creator>soonyetchan</dc:creator>
      <dc:date>2017-08-21T09:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: KL02 FSL_FEATURE_I2C_HAS_START_STOP_DETECT</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KL02-FSL-FEATURE-I2C-HAS-START-STOP-DETECT/m-p/702799#M7522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Testing&amp;nbsp;START condition generation from another device, KL02 did&amp;nbsp;enter interrupt&amp;nbsp;meaning it has START interrupt support, from header files this would be bit4 of I2Cx_FLT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a new version of Reference Manual?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 09:39:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KL02-FSL-FEATURE-I2C-HAS-START-STOP-DETECT/m-p/702799#M7522</guid>
      <dc:creator>soonyetchan</dc:creator>
      <dc:date>2017-08-21T09:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: KL02 FSL_FEATURE_I2C_HAS_START_STOP_DETECT</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KL02-FSL-FEATURE-I2C-HAS-START-STOP-DETECT/m-p/702800#M7523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Soon Yet Chan&lt;/P&gt;&lt;P&gt;Yes, the I2Cx_FLT register has the STARTF bit. I will try to&amp;nbsp;request a new version from NXP develop team for you.&lt;/P&gt;&lt;P&gt;Thank you very much and apologize for the mistake sincerely!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pan Jing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Aug 2017 07:16:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KL02-FSL-FEATURE-I2C-HAS-START-STOP-DETECT/m-p/702800#M7523</guid>
      <dc:creator>jingpan</dc:creator>
      <dc:date>2017-08-22T07:16:59Z</dc:date>
    </item>
  </channel>
</rss>

