<?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: LWIP MQTT + TLS + Free Rtos in i.MX RT Crossover MCUs</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/LWIP-MQTT-TLS-Free-Rtos/m-p/1211562#M12178</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;vasudhevan,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;Thanks for your interest in the NXP MIMXRT product, I would like to provide service for you.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;Do you mean, when you use the RT1064 SDK related code, your&amp;nbsp;&amp;nbsp;TLS1.2 can work with the HTTP right, but when you use the MQTT with TLS1.2, you meet the handshake issues.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;In the previous time, about the TLS1.2 handshake issues, I meet one customer, but that customer still use the HTTP, just import it the customer's project, and add other code like SD card and others.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;At last, his issue is caused by the memory issues, it is resolved by&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;changing the define "configTOTAL_HEAP_SIZE" (file FreeRTOSConfig.h) to the large value, eg: 150 * 1024.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; So, I think you also can try to set large&amp;nbsp;configTOTAL_HEAP_SIZE on your side, whether that is helpful on your side or not.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Wish it helps you!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Kerry&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 14 Jan 2021 07:33:41 GMT</pubDate>
    <dc:creator>kerryzhou</dc:creator>
    <dc:date>2021-01-14T07:33:41Z</dc:date>
    <item>
      <title>LWIP MQTT + TLS + Free Rtos</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/LWIP-MQTT-TLS-Free-Rtos/m-p/1211070#M12153</link>
      <description>&lt;P&gt;Dear team,&lt;/P&gt;&lt;P&gt;As suggested, we have implemented MQTT with TLS1.2, but we are facing some issue in handshake process. Once after successful completion of handshake we are facing protocol mismatch error.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can somebody help, where we have done mistake. we can share our workspace if required.&amp;nbsp;&lt;/P&gt;&lt;P&gt;We followed the procedure as per the below thread.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-RT/LWIP-MQTT-TLS-Free-Rtos-reference-code/m-p/1208121/highlight/false#M12068" target="_blank"&gt;https://community.nxp.com/t5/i-MX-RT/LWIP-MQTT-TLS-Free-Rtos-reference-code/m-p/1208121/highlight/false#M12068&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jan 2021 10:45:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/LWIP-MQTT-TLS-Free-Rtos/m-p/1211070#M12153</guid>
      <dc:creator>vasudhevan</dc:creator>
      <dc:date>2021-01-13T10:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: LWIP MQTT + TLS + Free Rtos</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/LWIP-MQTT-TLS-Free-Rtos/m-p/1211562#M12178</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;vasudhevan,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;Thanks for your interest in the NXP MIMXRT product, I would like to provide service for you.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;Do you mean, when you use the RT1064 SDK related code, your&amp;nbsp;&amp;nbsp;TLS1.2 can work with the HTTP right, but when you use the MQTT with TLS1.2, you meet the handshake issues.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;In the previous time, about the TLS1.2 handshake issues, I meet one customer, but that customer still use the HTTP, just import it the customer's project, and add other code like SD card and others.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;At last, his issue is caused by the memory issues, it is resolved by&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;changing the define "configTOTAL_HEAP_SIZE" (file FreeRTOSConfig.h) to the large value, eg: 150 * 1024.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; So, I think you also can try to set large&amp;nbsp;configTOTAL_HEAP_SIZE on your side, whether that is helpful on your side or not.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Wish it helps you!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Kerry&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2021 07:33:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/LWIP-MQTT-TLS-Free-Rtos/m-p/1211562#M12178</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2021-01-14T07:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: LWIP MQTT + TLS + Free Rtos</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/LWIP-MQTT-TLS-Free-Rtos/m-p/1212338#M12203</link>
      <description>&lt;P&gt;Hi Kerry,&lt;/P&gt;&lt;P&gt;we are using 500*1024 size. Still we are facing the same issue.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If required we can share the workspace, it will be easy for you to help.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jan 2021 10:43:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/LWIP-MQTT-TLS-Free-Rtos/m-p/1212338#M12203</guid>
      <dc:creator>vasudhevan</dc:creator>
      <dc:date>2021-01-15T10:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: LWIP MQTT + TLS + Free Rtos</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/LWIP-MQTT-TLS-Free-Rtos/m-p/1213026#M12233</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;vasudhevan，&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; Except the MQTT TLS issues, do you test the HTTP TLS project on your side? Whether you meet the handshark issue or not?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;Eg:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;SDK_2.8.6_EVK-MIMXRT1064\boards\evkmimxrt1064\lwip_examples\lwip_httpscli_mbedTLS&lt;/P&gt;
&lt;P&gt;&amp;nbsp; I need to check, whether your website has issues or not.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Do you add the TLS function in the LWIP MQTT project by yourself?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Kerry&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2021 06:57:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/LWIP-MQTT-TLS-Free-Rtos/m-p/1213026#M12233</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2021-01-18T06:57:12Z</dc:date>
    </item>
  </channel>
</rss>

