<?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中的主题 SE050E I2C Master problems with Raspberry Pi</title>
    <link>https://community.nxp.com/t5/Secure-Authentication/SE050E-I2C-Master-problems-with-Raspberry-Pi/m-p/2316714#M2040</link>
    <description>&lt;P&gt;I am trying to use a Rasberry Pi to talk to a sensor through the EdgeLock SE050E (OM-SE050ARD-E). I followed the NXP guide to setting up the RPi and installed the SE-PLUG-TRUST-MW_04.07.01.zip for the SE050E. I can run binaries like &lt;EM&gt;se05_GetInfo&lt;/EM&gt; and &lt;EM&gt;se05_Minimal&lt;/EM&gt; without a problem.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I used code in&amp;nbsp;&lt;EM&gt;se05x_I2cMaster.c&lt;/EM&gt;&amp;nbsp;as a template to talk to a sensor, but am unsuccessful at just reading a single register. When i check the status of TLV[].cmd.w.wrStatus and TLV[].cmd.rd.rdStatus after the write and read commands they both show 0x01, which apparently means NACK Failed, and no register data is received.&lt;/P&gt;&lt;P&gt;Any help would be appreciated.&lt;/P&gt;</description>
    <pubDate>Wed, 11 Feb 2026 22:47:54 GMT</pubDate>
    <dc:creator>bh20</dc:creator>
    <dc:date>2026-02-11T22:47:54Z</dc:date>
    <item>
      <title>SE050E I2C Master problems with Raspberry Pi</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/SE050E-I2C-Master-problems-with-Raspberry-Pi/m-p/2316714#M2040</link>
      <description>&lt;P&gt;I am trying to use a Rasberry Pi to talk to a sensor through the EdgeLock SE050E (OM-SE050ARD-E). I followed the NXP guide to setting up the RPi and installed the SE-PLUG-TRUST-MW_04.07.01.zip for the SE050E. I can run binaries like &lt;EM&gt;se05_GetInfo&lt;/EM&gt; and &lt;EM&gt;se05_Minimal&lt;/EM&gt; without a problem.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I used code in&amp;nbsp;&lt;EM&gt;se05x_I2cMaster.c&lt;/EM&gt;&amp;nbsp;as a template to talk to a sensor, but am unsuccessful at just reading a single register. When i check the status of TLV[].cmd.w.wrStatus and TLV[].cmd.rd.rdStatus after the write and read commands they both show 0x01, which apparently means NACK Failed, and no register data is received.&lt;/P&gt;&lt;P&gt;Any help would be appreciated.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Feb 2026 22:47:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/SE050E-I2C-Master-problems-with-Raspberry-Pi/m-p/2316714#M2040</guid>
      <dc:creator>bh20</dc:creator>
      <dc:date>2026-02-11T22:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: SE050E I2C Master problems with Raspberry Pi</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/SE050E-I2C-Master-problems-with-Raspberry-Pi/m-p/2317350#M2042</link>
      <description>&lt;P&gt;Have you tried looking at the I2C bus directly to see what's being sent/received?&lt;/P&gt;&lt;P&gt;I've had good luck with the Saleae Logic 8 logic analyzer.&amp;nbsp; My wild guess is that it's a hardware issue of some sort - maybe a short in one of the pull down resistors.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Other thing to try is to plug the sensor onto an I2C bus direct to the raspberry pi and see if it responds.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Feb 2026 18:43:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/SE050E-I2C-Master-problems-with-Raspberry-Pi/m-p/2317350#M2042</guid>
      <dc:creator>msjcard</dc:creator>
      <dc:date>2026-02-12T18:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: SE050E I2C Master problems with Raspberry Pi</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/SE050E-I2C-Master-problems-with-Raspberry-Pi/m-p/2318796#M2045</link>
      <description>&lt;P&gt;Hello, I've been assigned to support your case.&lt;BR /&gt;Thank you for your interest in our products.&lt;BR /&gt;Could you please clarify if your connection diagram is similar to section 5.17.1 from AN13030?&lt;BR /&gt;It is very important to short Jumper J9 and J10 as well.&lt;BR /&gt;What sensor are you trying to use?&lt;BR /&gt;It is also very important to share your logic analyzer findings for I2C.&lt;BR /&gt;Please keep in mind that the more information you provide, the better our support can be.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Feb 2026 22:22:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/SE050E-I2C-Master-problems-with-Raspberry-Pi/m-p/2318796#M2045</guid>
      <dc:creator>Fabian_R</dc:creator>
      <dc:date>2026-02-16T22:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: SE050E I2C Master problems with Raspberry Pi</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/SE050E-I2C-Master-problems-with-Raspberry-Pi/m-p/2320934#M2046</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/158520"&gt;@Fabian_R&lt;/a&gt;&amp;nbsp;The jumps in you document helped. I was originally using&amp;nbsp;AN12395 Sec 5.3 as a reference.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/165840"&gt;@msjcard&lt;/a&gt;&amp;nbsp;I was able to get a logical analyzer and can read the i2c bus from the SE to the sensor but the output doesn't make sense (see attachment) The i2c message are not correct the Writes and Reads are not as expected. I can trace the the bus from the RPi to the SE and the trace is as expected (not wierd). My sensor is a DS3231 real-time clk (addr = 0x68) and I can read the seconds register (0x00) directly from the RPi without any problems.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using code directly adapted from demo/se0x_i2c_Master.c. My&amp;nbsp;TLV[].cmd.w.wrStatus is still NACK Fail (0x01), however&amp;nbsp; TLV[].cmd.rd.rdStatus is Success (0x5A, i guess it is reading the error well). Maybe I dont understand the TVL[] order when it gets passed to&amp;nbsp;Se05x_i2c_master_txn() although it seems strait forward.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the help.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Feb 2026 23:14:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/SE050E-I2C-Master-problems-with-Raspberry-Pi/m-p/2320934#M2046</guid>
      <dc:creator>bh20</dc:creator>
      <dc:date>2026-02-20T23:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: SE050E I2C Master problems with Raspberry Pi</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/SE050E-I2C-Master-problems-with-Raspberry-Pi/m-p/2320941#M2047</link>
      <description>Do you have a more detailed logic analyzer setup? E.g. down to the bit and wave form level? Seeing exactly what's on the SDA line would be useful.&lt;BR /&gt;&lt;BR /&gt;This almost looks like a baud rate mismatch issue. The DS3231 mentions a rate of 400khz, but you appear to be using a 100KHz rate to talk to it. Maybe try 400KHz?&lt;BR /&gt;&lt;BR /&gt;The other random possibility you might want to check is if you have SDA and SCL reversed (e.g. IO1 and IO2).</description>
      <pubDate>Sat, 21 Feb 2026 00:27:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/SE050E-I2C-Master-problems-with-Raspberry-Pi/m-p/2320941#M2047</guid>
      <dc:creator>msjcard</dc:creator>
      <dc:date>2026-02-21T00:27:51Z</dc:date>
    </item>
  </channel>
</rss>

