<?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>LPC Microcontrollers中的主题 Re: LPC54608 mbedtls porting</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54608-mbedtls-porting/m-p/779536#M31358</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeremy,&lt;/P&gt;&lt;P&gt;Thank you for the response, I have ported the mbedtls to my project, and it compiles successfully, but unfortunately, it's always reset by the server at the handshake stage, or sometimes after handshake and while reading the ssl content (it works with the same code on windows, also maybe because of the different platform configuration). I am still working on it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another observation is, the ssl handshake procedure goes very slow(too slow mips?), it lasts more than one minutes, I am wondering if this is the root cause.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Feb 2018 03:57:45 GMT</pubDate>
    <dc:creator>ruiwangm</dc:creator>
    <dc:date>2018-02-05T03:57:45Z</dc:date>
    <item>
      <title>LPC54608 mbedtls porting</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54608-mbedtls-porting/m-p/779534#M31356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any samples about running mbedtls on lpc54608, and lwip? I would like to implement a https client, and did some work on it, now it can compile successfully, but always get a failure on handshake, as I am not familiar with the ssl connect, it takes time for me to debug deepper.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Rui&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Feb 2018 03:57:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54608-mbedtls-porting/m-p/779534#M31356</guid>
      <dc:creator>ruiwangm</dc:creator>
      <dc:date>2018-02-02T03:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54608 mbedtls porting</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54608-mbedtls-porting/m-p/779535#M31357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;SPAN style="color: #646464; background-color: #ffffff;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A _jive_internal="true" data-content-finding="Community" data-userid="312644" data-username="ruiwangm" href="https://community.nxp.com/people/ruiwangm" style="color: #5e89c1; background-color: #ffffff; border: 0px; font-weight: 600; text-decoration: none; font-size: 11.9994px;"&gt;rui wang&lt;/A&gt;&lt;SPAN style="color: #646464; background-color: #ffffff;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV style="font-size: 14px;"&gt;&lt;SPAN&gt;Thank you for your interest in NXP Semiconductor products and&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="font-size: 14px;"&gt;&lt;SPAN&gt;the opportunity to serve you.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, SDK library hasn't&amp;nbsp;included&amp;nbsp;the mbedtls demos until now,&amp;nbsp;for understanding mbedTLS, please referring to &lt;A data-content-finding="Community" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Ftls.mbed.org%2Fkb%2Fhow-to%2Fmbedtls-tutorial" rel="nofollow" target="_blank"&gt;mbed TLS tutorial - Knowledge Base&lt;/A&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Feb 2018 03:10:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54608-mbedtls-porting/m-p/779535#M31357</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2018-02-05T03:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54608 mbedtls porting</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54608-mbedtls-porting/m-p/779536#M31358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeremy,&lt;/P&gt;&lt;P&gt;Thank you for the response, I have ported the mbedtls to my project, and it compiles successfully, but unfortunately, it's always reset by the server at the handshake stage, or sometimes after handshake and while reading the ssl content (it works with the same code on windows, also maybe because of the different platform configuration). I am still working on it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another observation is, the ssl handshake procedure goes very slow(too slow mips?), it lasts more than one minutes, I am wondering if this is the root cause.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Feb 2018 03:57:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54608-mbedtls-porting/m-p/779536#M31358</guid>
      <dc:creator>ruiwangm</dc:creator>
      <dc:date>2018-02-05T03:57:45Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54608 mbedtls porting</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54608-mbedtls-porting/m-p/779537#M31359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/ruiwang"&gt;ruiwang&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm having a similar issue. Did you manage to find a solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ben&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2018 02:01:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54608-mbedtls-porting/m-p/779537#M31359</guid>
      <dc:creator>ben11</dc:creator>
      <dc:date>2018-04-26T02:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54608 mbedtls porting</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54608-mbedtls-porting/m-p/779538#M31360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN class=""&gt;&lt;A _jive_internal="true" data-content-finding="Community" data-userid="312644" data-username="ruiwangm" href="https://community.nxp.com/people/ruiwangm"&gt;rui wang&lt;/A&gt;&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;How is going on about this issue? whether you had already fixed it.&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2018 10:17:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54608-mbedtls-porting/m-p/779538#M31360</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2018-06-18T10:17:23Z</dc:date>
    </item>
  </channel>
</rss>

