<?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>S32K中的主题 Re: IGNACK behavior on S32K14x</title>
    <link>https://community.nxp.com/t5/S32K/IGNACK-behavior-on-S32K14x/m-p/2125323#M50360</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/188029"&gt;@Senlent&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Thanks for your reply, I appreciate your time. I am referring to bit IGNACK in register MCFGR1.&lt;/P&gt;&lt;P&gt;See the following description:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Joey_van_Hummel_0-1751260534465.png" style="width: 545px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/345206iD23BB7AADC56FD2D/image-dimensions/545x79?v=v2" width="545" height="79" role="button" title="Joey_van_Hummel_0-1751260534465.png" alt="Joey_van_Hummel_0-1751260534465.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;It was my assumption that the receiver mechanism would not flag NDF and would not prevent start/stop under any circumstances if IGNACK is set.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is also written further in Functional Description, under section 52.3.2.5 Error Conditions which states:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;The LPI2C master will monitor for errors while it is active, the following conditions will generate an error flag and block a new START condition from being sent, until the flag is cleared by software:&lt;/P&gt;&lt;P&gt;- NACK is detected when transmitting data, &lt;STRONG&gt;and MCFGR1[IGNACK] is clear (sets&amp;nbsp;&lt;/STRONG&gt;&lt;STRONG&gt;MSR[NDF])&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;- NACK is detected and is expecting ACK for the address byte, &lt;STRONG&gt;and&amp;nbsp;MCFGR1[IGNACK] is clear (sets MSR[NDF])&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;- ACK is detected and is expecting NACK for the address byte, &lt;STRONG&gt;and&amp;nbsp;MCFGR1[IGNACK] is clear (sets MSR[NDF])&lt;/STRONG&gt;.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;My conclusion is that IGNACK does not work as the RM describes, hence my wondering if this is expected behaviour or perhaps an erratum.&lt;/P&gt;&lt;P&gt;I am using normal Transmit Address and Data commands (100b and 000b).&lt;/P&gt;&lt;P&gt;Kinds regards,&lt;/P&gt;&lt;P&gt;Joey&lt;/P&gt;</description>
    <pubDate>Mon, 30 Jun 2025 05:27:00 GMT</pubDate>
    <dc:creator>Joey_van_Hummel</dc:creator>
    <dc:date>2025-06-30T05:27:00Z</dc:date>
    <item>
      <title>IGNACK behavior on S32K14x</title>
      <link>https://community.nxp.com/t5/S32K/IGNACK-behavior-on-S32K14x/m-p/2124239#M50305</link>
      <description>&lt;P&gt;My previous post on this got marked as spam and deleted (why?) so I'll try again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;When LPI2C master IGNACK is set, I am still seeing NDF set on NACKs and new start condition is not possible.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to clear NDF to start new frames, even though IGNACK is set to 1.&lt;/P&gt;&lt;P&gt;Is this expected behavior?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Joey&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2025 19:43:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/IGNACK-behavior-on-S32K14x/m-p/2124239#M50305</guid>
      <dc:creator>Joey_van_Hummel</dc:creator>
      <dc:date>2025-06-26T19:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: IGNACK behavior on S32K14x</title>
      <link>https://community.nxp.com/t5/S32K/IGNACK-behavior-on-S32K14x/m-p/2125266#M50351</link>
      <description>&lt;P&gt;Hi@&lt;SPAN&gt;Joey_van_Hummel&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Sorry to keep you waiting. I don't know why your previous post was marked as spam. It was not marked manually, but automatically by the system.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regarding your question, I think the following situation may cause your situation.&lt;/P&gt;
&lt;P&gt;First, let's look at the description of the NDF register:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Senlent_1-1751253395034.png" style="width: 705px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/345187iB67AC6C3FC95F626/image-dimensions/705x134?v=v2" width="705" height="134" role="button" title="Senlent_1-1751253395034.png" alt="Senlent_1-1751253395034.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;From this sentence, we can know that if we set it at the beginning to expect to receive NACK, but we did not receive NACK, then the NDF bit will also be set.&lt;/P&gt;
&lt;P&gt;For example, if we set CMD to expect to receive NACK, but we actually received ACK, then NDF will be set. At this time, you need to manually clear the NDF bit to start a new transmission.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Senlent_0-1751253366098.png" style="width: 709px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/345186i4F1A8B02F4ED24A7/image-dimensions/709x335?v=v2" width="709" height="335" role="button" title="Senlent_0-1751253366098.png" alt="Senlent_0-1751253366098.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The above is my understanding, you can check the CMD settings, this may be the cause of the problem.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jun 2025 03:21:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/IGNACK-behavior-on-S32K14x/m-p/2125266#M50351</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2025-06-30T03:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: IGNACK behavior on S32K14x</title>
      <link>https://community.nxp.com/t5/S32K/IGNACK-behavior-on-S32K14x/m-p/2125323#M50360</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/188029"&gt;@Senlent&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Thanks for your reply, I appreciate your time. I am referring to bit IGNACK in register MCFGR1.&lt;/P&gt;&lt;P&gt;See the following description:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Joey_van_Hummel_0-1751260534465.png" style="width: 545px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/345206iD23BB7AADC56FD2D/image-dimensions/545x79?v=v2" width="545" height="79" role="button" title="Joey_van_Hummel_0-1751260534465.png" alt="Joey_van_Hummel_0-1751260534465.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;It was my assumption that the receiver mechanism would not flag NDF and would not prevent start/stop under any circumstances if IGNACK is set.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is also written further in Functional Description, under section 52.3.2.5 Error Conditions which states:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;The LPI2C master will monitor for errors while it is active, the following conditions will generate an error flag and block a new START condition from being sent, until the flag is cleared by software:&lt;/P&gt;&lt;P&gt;- NACK is detected when transmitting data, &lt;STRONG&gt;and MCFGR1[IGNACK] is clear (sets&amp;nbsp;&lt;/STRONG&gt;&lt;STRONG&gt;MSR[NDF])&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;- NACK is detected and is expecting ACK for the address byte, &lt;STRONG&gt;and&amp;nbsp;MCFGR1[IGNACK] is clear (sets MSR[NDF])&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;- ACK is detected and is expecting NACK for the address byte, &lt;STRONG&gt;and&amp;nbsp;MCFGR1[IGNACK] is clear (sets MSR[NDF])&lt;/STRONG&gt;.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;My conclusion is that IGNACK does not work as the RM describes, hence my wondering if this is expected behaviour or perhaps an erratum.&lt;/P&gt;&lt;P&gt;I am using normal Transmit Address and Data commands (100b and 000b).&lt;/P&gt;&lt;P&gt;Kinds regards,&lt;/P&gt;&lt;P&gt;Joey&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jun 2025 05:27:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/IGNACK-behavior-on-S32K14x/m-p/2125323#M50360</guid>
      <dc:creator>Joey_van_Hummel</dc:creator>
      <dc:date>2025-06-30T05:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: IGNACK behavior on S32K14x</title>
      <link>https://community.nxp.com/t5/S32K/IGNACK-behavior-on-S32K14x/m-p/2125345#M50363</link>
      <description>&lt;P&gt;Hi@&lt;SPAN&gt;Joey_van_Hummel&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Thanks for reminding me, I actually saw IGNACK this errata.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Senlent_0-1751262581075.png" style="width: 656px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/345209iA2FAC52DB8A58538/image-dimensions/656x245?v=v2" width="656" height="245" role="button" title="Senlent_0-1751262581075.png" alt="Senlent_0-1751262581075.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;So, your guess is right,&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/products/S32K1" target="_blank"&gt;https://www.nxp.com/products/S32K1&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Senlent_2-1751262750789.png" style="width: 600px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/345211i58FDD991134470ED/image-dimensions/600x219?v=v2" width="600" height="219" role="button" title="Senlent_2-1751262750789.png" alt="Senlent_2-1751262750789.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jun 2025 05:53:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/IGNACK-behavior-on-S32K14x/m-p/2125345#M50363</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2025-06-30T05:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: IGNACK behavior on S32K14x</title>
      <link>https://community.nxp.com/t5/S32K/IGNACK-behavior-on-S32K14x/m-p/2125364#M50370</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/188029"&gt;@Senlent&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for confirming. I had found an &lt;A href="https://www.nxp.com/docs/en/errata/S32K148_0N20V.pdf" target="_self"&gt;old version&lt;/A&gt; of the erratum document which&amp;nbsp;doesn't list this erratum.&lt;/P&gt;&lt;P&gt;I see that there are new versions which do list the problem.&lt;/P&gt;&lt;P&gt;Thank you for clearing this up and showing me the new erratum data. I've implemented the proposed workaround and that works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again for your time,&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Joey&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jun 2025 06:15:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/IGNACK-behavior-on-S32K14x/m-p/2125364#M50370</guid>
      <dc:creator>Joey_van_Hummel</dc:creator>
      <dc:date>2025-06-30T06:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: IGNACK behavior on S32K14x</title>
      <link>https://community.nxp.com/t5/S32K/IGNACK-behavior-on-S32K14x/m-p/2125372#M50374</link>
      <description>&lt;P&gt;Hi@&lt;SPAN&gt;Joey_van_Hummel&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;You're welcome,&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jun 2025 06:19:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/IGNACK-behavior-on-S32K14x/m-p/2125372#M50374</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2025-06-30T06:19:30Z</dc:date>
    </item>
  </channel>
</rss>

