<?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>Secure AuthenticationのトピックRe: SE050 always NACKS on i2c command</title>
    <link>https://community.nxp.com/t5/Secure-Authentication/SE050-always-NACKS-on-i2c-command/m-p/977410#M132</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually I could not find any obvious wrong in the packet values, maybe you can use some logical analyzer to probe the I2C frame, and check if it meets the spec as below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/100940i36FC1E22BAB7EC95/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Please kindly refer to&amp;nbsp;&lt;A class="link-titled" href="https://www.nxp.com/docs/en/user-guide/UM11225.pdf" title="https://www.nxp.com/docs/en/user-guide/UM11225.pdf"&gt;https://www.nxp.com/docs/en/user-guide/UM11225.pdf&lt;/A&gt;&amp;nbsp;&amp;nbsp;for more details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Kan&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;BR /&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Feb 2020 08:57:42 GMT</pubDate>
    <dc:creator>Kan_Li</dc:creator>
    <dc:date>2020-02-18T08:57:42Z</dc:date>
    <item>
      <title>SE050 always NACKS on i2c command</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/SE050-always-NACKS-on-i2c-command/m-p/977409#M131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Good day, I'm using SE050 as a I2C slave to my I2C Master STM32 board. Every time when i try to initiate a Soft Reset Request, I always get a nack.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#define SLAVE_ADDR 0x48&amp;lt;&amp;lt;1&lt;/P&gt;&lt;P&gt;uint8_t packet[5] = {&amp;nbsp; //for soft reset request&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x5A, &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;// NAD&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;0xCF, &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;// PCB for reset&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;0x00,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;// LEN is 0 no INF&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;0x37, &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;// CRC 1&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;0x7F &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;// CRC 2&lt;BR /&gt; };&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;while (ret = (HAL_I2C_Master_Transmit(&amp;amp;hi2c1, SLAVE_ADDR, packet, sizeof(packet), 100)) != HAL_OK);&lt;BR /&gt; HAL_Delay(50);&lt;/P&gt;&lt;P&gt;/* code */&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me with if I'm sending the wrong values. The packet values are calculated as per the I2C specs datasheet. As for the CRC I'm using the SE050 Plug Trust's library function.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2020 13:34:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/SE050-always-NACKS-on-i2c-command/m-p/977409#M131</guid>
      <dc:creator>badhri_radhakri</dc:creator>
      <dc:date>2020-02-17T13:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: SE050 always NACKS on i2c command</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/SE050-always-NACKS-on-i2c-command/m-p/977410#M132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually I could not find any obvious wrong in the packet values, maybe you can use some logical analyzer to probe the I2C frame, and check if it meets the spec as below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/100940i36FC1E22BAB7EC95/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Please kindly refer to&amp;nbsp;&lt;A class="link-titled" href="https://www.nxp.com/docs/en/user-guide/UM11225.pdf" title="https://www.nxp.com/docs/en/user-guide/UM11225.pdf"&gt;https://www.nxp.com/docs/en/user-guide/UM11225.pdf&lt;/A&gt;&amp;nbsp;&amp;nbsp;for more details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Kan&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;BR /&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2020 08:57:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/SE050-always-NACKS-on-i2c-command/m-p/977410#M132</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2020-02-18T08:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: SE050 always NACKS on i2c command</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/SE050-always-NACKS-on-i2c-command/m-p/977411#M133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/Kan_Li"&gt;Kan_Li&lt;/A&gt;‌ thanks, I hooked up a logic analyzer and this is how my waveform looks like:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/102277i842FEFAC34A2270A/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;There is always a NACK after writing the Slave address which in this case is 0x48&amp;lt;&amp;lt;1.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could there be any other mistake I'm making ? :smileysad:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2020 10:03:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/SE050-always-NACKS-on-i2c-command/m-p/977411#M133</guid>
      <dc:creator>badhri_radhakri</dc:creator>
      <dc:date>2020-02-19T10:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: SE050 always NACKS on i2c command</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/SE050-always-NACKS-on-i2c-command/m-p/977412#M134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you using the SE050ARD board? are the jumpers set correctly? Please refer to&amp;nbsp;&lt;A class="link-titled" href="https://www.nxp.com/docs/en/application-note/AN12395-OM-SE050ARD_hardware_overview.pdf" title="https://www.nxp.com/docs/en/application-note/AN12395-OM-SE050ARD_hardware_overview.pdf"&gt;https://www.nxp.com/docs/en/application-note/AN12395-OM-SE050ARD_hardware_overview.pdf&lt;/A&gt;&amp;nbsp;&amp;nbsp;for details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Kan&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;BR /&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2020 03:15:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/SE050-always-NACKS-on-i2c-command/m-p/977412#M134</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2020-02-20T03:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: SE050 always NACKS on i2c command</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/SE050-always-NACKS-on-i2c-command/m-p/977413#M135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. The problem was with the ENA pin on the board. I wasn't paying attention to it's Jumper positions. Now I'm able to make the chip respond to my commands.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2020 08:19:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/SE050-always-NACKS-on-i2c-command/m-p/977413#M135</guid>
      <dc:creator>badhri_radhakri</dc:creator>
      <dc:date>2020-02-21T08:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: SE050 always NACKS on i2c command</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/SE050-always-NACKS-on-i2c-command/m-p/977414#M136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great to know this issue has been fixed on your side. Thanks for the update!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Kan&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;BR /&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2020 06:40:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/SE050-always-NACKS-on-i2c-command/m-p/977414#M136</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2020-02-24T06:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: SE050 always NACKS on i2c command</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/SE050-always-NACKS-on-i2c-command/m-p/1487050#M844</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you share the STM32 porting files ?&lt;/P&gt;&lt;P&gt;I will soon start the port and I need a reference to start with.&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;</description>
      <pubDate>Sat, 09 Jul 2022 18:12:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/SE050-always-NACKS-on-i2c-command/m-p/1487050#M844</guid>
      <dc:creator>Exocet</dc:creator>
      <dc:date>2022-07-09T18:12:47Z</dc:date>
    </item>
  </channel>
</rss>

