<?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 evaluation with S32K148 board using I2C connection</title>
    <link>https://community.nxp.com/t5/Secure-Authentication/SE050-evaluation-with-S32K148-board-using-I2C-connection/m-p/1305336#M535</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/134480"&gt;@saireddy_saredd&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think you may&amp;nbsp;evaluate SE050 with FRDM-K64 at first then try to port the code for K64F to S32K148. Please kindly refer to&amp;nbsp;&lt;A href="https://www.nxp.com.cn/docs/en/application-note/AN12448.pdf" target="_blank"&gt;https://www.nxp.com.cn/docs/en/application-note/AN12448.pdf&lt;/A&gt;&amp;nbsp;for more details.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope that helps,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&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;</description>
    <pubDate>Fri, 09 Jul 2021 08:57:24 GMT</pubDate>
    <dc:creator>Kan_Li</dc:creator>
    <dc:date>2021-07-09T08:57:24Z</dc:date>
    <item>
      <title>SE050 evaluation with S32K148 board using I2C connection</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/SE050-evaluation-with-S32K148-board-using-I2C-connection/m-p/1301833#M528</link>
      <description>&lt;P&gt;Hallo&lt;/P&gt;&lt;P&gt;Currently, I am evaluating the SE050 with S32K148 board using I2C connection.&amp;nbsp;SE050 only connected as slave mode with S32K148 board and did not connect any sensors with SE050.&lt;/P&gt;&lt;P&gt;1. I did software reset (Got info from old posts)&lt;/P&gt;&lt;P&gt;2.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;    uint8_t versionPacket[] = { 0x5A, // NAD
								0x20, // PCB
								0x05, // LEN
								0x80, // CLA
								0x04, // INS
								0x00, // P1
								0x20, // P2
								//0x00, // Lc
								0x09, // Le
								0x66, // CRC1
								0xAA  //CRC2
								}; &lt;/LI-CODE&gt;&lt;P&gt;Sent the above data and got response (I am new to this topic Do not know How to calculate CRC1 and CRC2)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Output
-----
0xa5, 0x90 , 0x00, 0xfb, 0xe9&lt;/LI-CODE&gt;&lt;P&gt;Now I am bit confusing regarding the applet selection to get the version.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt; uint8_t versionPacket1[] =  { 0x5A, // NAD
								0x20, // PCB
								0x05, // LEN
								0x00, // CLA
								0xA4, // INS
								0x04, // P1
								0x00, // P2
								0x10, // Lc
								0x00, // Le
								//0x66, // CRC1
								//0xAA  //CRC2
								};&lt;/LI-CODE&gt;&lt;P&gt;Is this correct packet??&lt;/P&gt;&lt;P&gt;Do I need to add also the payload (Payload 0xA0000003965453000000010300000000)??&lt;/P&gt;&lt;P&gt;Whats are the steps for evaluating the Se050 chip??&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Sai&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/59276"&gt;@Kan_Li&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/120009"&gt;@genygbo&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/150012"&gt;@ronan_prezioso&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Jul 2021 18:54:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/SE050-evaluation-with-S32K148-board-using-I2C-connection/m-p/1301833#M528</guid>
      <dc:creator>saireddy_saredd</dc:creator>
      <dc:date>2021-07-04T18:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: SE050 evaluation with S32K148 board using I2C connection</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/SE050-evaluation-with-S32K148-board-using-I2C-connection/m-p/1305336#M535</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/134480"&gt;@saireddy_saredd&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think you may&amp;nbsp;evaluate SE050 with FRDM-K64 at first then try to port the code for K64F to S32K148. Please kindly refer to&amp;nbsp;&lt;A href="https://www.nxp.com.cn/docs/en/application-note/AN12448.pdf" target="_blank"&gt;https://www.nxp.com.cn/docs/en/application-note/AN12448.pdf&lt;/A&gt;&amp;nbsp;for more details.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope that helps,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&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;</description>
      <pubDate>Fri, 09 Jul 2021 08:57:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/SE050-evaluation-with-S32K148-board-using-I2C-connection/m-p/1305336#M535</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2021-07-09T08:57:24Z</dc:date>
    </item>
  </channel>
</rss>

