<?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: Secure Element SE050 with freertos. in Other NXP Products</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/Secure-Element-SE050-with-freertos/m-p/985865#M8223</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #222222; background-color: #f8f9fa; font-size: 28px;"&gt;Updated with latest 2.16.00.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; background-color: #f8f9fa; font-size: 28px;"&gt;&lt;A class="link-titled" href="https://github.com/kmwebnet/NXP-SE050-Test-Get-Cert-idf4" title="https://github.com/kmwebnet/NXP-SE050-Test-Get-Cert-idf4"&gt;GitHub - kmwebnet/NXP-SE050-Test-Get-Cert-idf4: This communicates NXP SE050 secure chip from ESP32 and extract a certifi…&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; background-color: #f8f9fa; font-size: 28px;"&gt;&lt;A class="link-titled" href="https://github.com/kmwebnet/NXP-SE050-AWS-IoT-Multi-Account-Registration-Test-idf4" title="https://github.com/kmwebnet/NXP-SE050-AWS-IoT-Multi-Account-Registration-Test-idf4"&gt;GitHub - kmwebnet/NXP-SE050-AWS-IoT-Multi-Account-Registration-Test-idf4: his communicates NXP SE050 secure chip from ES…&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Jul 2020 01:36:49 GMT</pubDate>
    <dc:creator>kentaro_mitsuya</dc:creator>
    <dc:date>2020-07-23T01:36:49Z</dc:date>
    <item>
      <title>Secure Element SE050 with freertos.</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Secure-Element-SE050-with-freertos/m-p/985862#M8220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to use the SE050 (with the board&amp;nbsp;OM-SE050ARD) on a esp32 without Cmake.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I succeeded with a Linux board (with Cmake and the quick start guide) but I'm blocked with esp-idf (v4.0 beta1).&lt;/P&gt;&lt;P&gt;I can't add the plug and trust middleware to my project. I'm following the middleware porting guide without any success.&lt;/P&gt;&lt;P&gt;Do you know if there is an "only MCU" version with only the library I've to had to the project? Because I can't find the file I had to include or not.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My objective is to implement the SE050 certificate verification in mbedtls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2020 13:53:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Secure-Element-SE050-with-freertos/m-p/985862#M8220</guid>
      <dc:creator>jb2</dc:creator>
      <dc:date>2020-01-08T13:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: Secure Element SE050 with freertos.</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Secure-Element-SE050-with-freertos/m-p/985863#M8221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As the devices works in a command based way, you should be able to communicate by sending the appropriate commands through the I2C. If you already managed to achieve what you are intending in your Linux board you can try replicating those commands through the interface of your MCU. You can use the following documents as reference&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/docs/en/application-note/AN12413-SE050_APDU_specification.pdf" title="https://www.nxp.com/docs/en/application-note/AN12413-SE050_APDU_specification.pdf"&gt;https://www.nxp.com/docs/en/application-note/AN12413-SE050_APDU_specification.pdf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe the closest examples that you can use as a base are the ones either for the K64 or the LPC55S69&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/docs/en/application-note/AN12542.pdf" title="https://www.nxp.com/docs/en/application-note/AN12542.pdf"&gt;https://www.nxp.com/docs/en/application-note/AN12542.pdf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/docs/en/application-note/AN12396-Quick_start_guide_kinetis_k64.pdf" title="https://www.nxp.com/docs/en/application-note/AN12396-Quick_start_guide_kinetis_k64.pdf"&gt;https://www.nxp.com/docs/en/application-note/AN12396-Quick_start_guide_kinetis_k64.pdf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But still, those use the CMAKE , still, can guide you a little more through your migration process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards ,&lt;BR /&gt;Estephania&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2020 18:39:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Secure-Element-SE050-with-freertos/m-p/985863#M8221</guid>
      <dc:creator>stephanie_m</dc:creator>
      <dc:date>2020-01-13T18:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: Secure Element SE050 with freertos.</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Secure-Element-SE050-with-freertos/m-p/985864#M8222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just for your reference, I have had a same objective with you, and I wrote ESP32 porting code for se05x_Get_Info.&lt;/P&gt;&lt;P&gt;I hope it helps you a little.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/kmwebnet/NXP-SE050-Test-Get-Info" title="https://github.com/kmwebnet/NXP-SE050-Test-Get-Info"&gt;GitHub - kmwebnet/NXP-SE050-Test-Get-Info: This communicates NXP SE050 secure chip from ESP32 and execute "get infos" sa…&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Feb 2020 23:54:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Secure-Element-SE050-with-freertos/m-p/985864#M8222</guid>
      <dc:creator>kentaro_mitsuya</dc:creator>
      <dc:date>2020-02-11T23:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: Secure Element SE050 with freertos.</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Secure-Element-SE050-with-freertos/m-p/985865#M8223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #222222; background-color: #f8f9fa; font-size: 28px;"&gt;Updated with latest 2.16.00.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; background-color: #f8f9fa; font-size: 28px;"&gt;&lt;A class="link-titled" href="https://github.com/kmwebnet/NXP-SE050-Test-Get-Cert-idf4" title="https://github.com/kmwebnet/NXP-SE050-Test-Get-Cert-idf4"&gt;GitHub - kmwebnet/NXP-SE050-Test-Get-Cert-idf4: This communicates NXP SE050 secure chip from ESP32 and extract a certifi…&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; background-color: #f8f9fa; font-size: 28px;"&gt;&lt;A class="link-titled" href="https://github.com/kmwebnet/NXP-SE050-AWS-IoT-Multi-Account-Registration-Test-idf4" title="https://github.com/kmwebnet/NXP-SE050-AWS-IoT-Multi-Account-Registration-Test-idf4"&gt;GitHub - kmwebnet/NXP-SE050-AWS-IoT-Multi-Account-Registration-Test-idf4: his communicates NXP SE050 secure chip from ES…&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2020 01:36:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Secure-Element-SE050-with-freertos/m-p/985865#M8223</guid>
      <dc:creator>kentaro_mitsuya</dc:creator>
      <dc:date>2020-07-23T01:36:49Z</dc:date>
    </item>
  </channel>
</rss>

