<?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>Kinetis MicrocontrollersのトピックRe: FRDM-K64F, MBEDTLS</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K64F-MBEDTLS/m-p/2088846#M67494</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Christir,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I tried your testing project. However, there were a lot of error reports. Could you please check it and send us a correct project again? &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Celeste_Liu_0-1745896060574.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/335382iB4F2FB3F350B83F4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Celeste_Liu_0-1745896060574.png" alt="Celeste_Liu_0-1745896060574.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BRs,&lt;/P&gt;
&lt;P&gt;Celeste&lt;/P&gt;</description>
    <pubDate>Tue, 29 Apr 2025 03:08:47 GMT</pubDate>
    <dc:creator>Celeste_Liu</dc:creator>
    <dc:date>2025-04-29T03:08:47Z</dc:date>
    <item>
      <title>FRDM-K64F, MBEDTLS</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K64F-MBEDTLS/m-p/2085663#M67470</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am testing MbedTLS function on FRDM-K64 @120MHz by using HTTPS Server.&lt;/P&gt;&lt;P&gt;And I have the following questions:&lt;/P&gt;&lt;P&gt;1) When I use software based library. When I call "while ((ret = mbedtls_ssl_handshake(&amp;amp;(tlsDataParams.ssl))) != 0)", it took about 900ms.&lt;/P&gt;&lt;P&gt;2) When I use MMCAU library from NXP. When I call "while ((ret = mbedtls_ssl_handshake(&amp;amp;(tlsDataParams.ssl))) != 0)", it took about 850ms.&lt;/P&gt;&lt;P&gt;Can anybody tell me if it is reasonable?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Based on document on Web, it should be 10 times' fast than software library when using MMCAU?&lt;/P&gt;&lt;P&gt;Can anyone help me to improve the performance?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Christie&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2025 17:49:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K64F-MBEDTLS/m-p/2085663#M67470</guid>
      <dc:creator>a8Chcx</dc:creator>
      <dc:date>2025-04-23T17:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-K64F, MBEDTLS</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K64F-MBEDTLS/m-p/2088004#M67486</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/14098"&gt;@a8Chcx&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks for your post.&lt;/P&gt;
&lt;P&gt;Are you using a custom board? Have you used the SDK demo?&lt;/P&gt;
&lt;P&gt;Would it be convenient for you to tell me the process to reproduce the issue? Or you can send me your code, and I'll help you check it.&lt;/P&gt;
&lt;P&gt;BRs,&lt;/P&gt;
&lt;P&gt;Celeste&lt;/P&gt;</description>
      <pubDate>Mon, 28 Apr 2025 06:40:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K64F-MBEDTLS/m-p/2088004#M67486</guid>
      <dc:creator>Celeste_Liu</dc:creator>
      <dc:date>2025-04-28T06:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-K64F, MBEDTLS</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K64F-MBEDTLS/m-p/2088385#M67489</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Celeste,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am using FRDM-K64F board. The project is based on MbedTLS HTTPS server.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I did minor modification for HTTPS client and try to talk to HTTPS Server to measure the time...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am using "MCUXpresso IDE v11.5.0 [Build 7232] [2022-01-11]" with SDK2.10.0.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Please check the attached testing project...&lt;/P&gt;&lt;P&gt;and let me know your testing results...&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Christie&lt;/P&gt;</description>
      <pubDate>Mon, 28 Apr 2025 12:03:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K64F-MBEDTLS/m-p/2088385#M67489</guid>
      <dc:creator>a8Chcx</dc:creator>
      <dc:date>2025-04-28T12:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-K64F, MBEDTLS</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K64F-MBEDTLS/m-p/2088387#M67490</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Celeste,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The testing project is attached...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Christir&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Apr 2025 12:05:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K64F-MBEDTLS/m-p/2088387#M67490</guid>
      <dc:creator>a8Chcx</dc:creator>
      <dc:date>2025-04-28T12:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-K64F, MBEDTLS</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K64F-MBEDTLS/m-p/2088846#M67494</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Christir,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I tried your testing project. However, there were a lot of error reports. Could you please check it and send us a correct project again? &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Celeste_Liu_0-1745896060574.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/335382iB4F2FB3F350B83F4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Celeste_Liu_0-1745896060574.png" alt="Celeste_Liu_0-1745896060574.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BRs,&lt;/P&gt;
&lt;P&gt;Celeste&lt;/P&gt;</description>
      <pubDate>Tue, 29 Apr 2025 03:08:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K64F-MBEDTLS/m-p/2088846#M67494</guid>
      <dc:creator>Celeste_Liu</dc:creator>
      <dc:date>2025-04-29T03:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-K64F, MBEDTLS</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K64F-MBEDTLS/m-p/2089373#M67497</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Celeste,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I tried to compile the project again and works fine.&lt;/P&gt;&lt;P&gt;Please check the debug directory and there is *.axf file that is generated today.&lt;/P&gt;&lt;P&gt;I am using "MCUXpresso IDE v11.5.0 [Build 7232] [2022-01-11]" and SDK2.10.0&lt;/P&gt;&lt;P&gt;You need to set "LWIP_DNS=1" in preprocessing because I am using name conversion function.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Christie&lt;/P&gt;</description>
      <pubDate>Tue, 29 Apr 2025 12:55:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K64F-MBEDTLS/m-p/2089373#M67497</guid>
      <dc:creator>a8Chcx</dc:creator>
      <dc:date>2025-04-29T12:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-K64F, MBEDTLS</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K64F-MBEDTLS/m-p/2089378#M67498</link>
      <description>&lt;P&gt;Attached project again..&lt;/P&gt;</description>
      <pubDate>Tue, 29 Apr 2025 12:57:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-K64F-MBEDTLS/m-p/2089378#M67498</guid>
      <dc:creator>a8Chcx</dc:creator>
      <dc:date>2025-04-29T12:57:26Z</dc:date>
    </item>
  </channel>
</rss>

