<?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: HTTPS Web Server on RT1024 in i.MX RT Crossover MCUs</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/HTTPS-Web-Server-on-RT1024/m-p/1796178#M28654</link>
    <description>&lt;P&gt;If you don't want to lose the on-chip flash memory of the RT1024, the next step is RT1064 which has 1 MB of on-chip RAM and also includes 4 MB of Flash (in case you don't want to use any external memory).&lt;/P&gt;
&lt;P&gt;I don't know how big the memory footprint of your application is, but according to your comment, your application might get affected due the memory of the device. For sure RT1064 would be a better device, but I'd strongly recommend you compare both devices and see which one is better according to your needs.&lt;/P&gt;
&lt;P&gt;And just to let you know, RT1064 SDK does include an HTTPS web server example.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel.&lt;/P&gt;</description>
    <pubDate>Fri, 26 Jan 2024 17:02:44 GMT</pubDate>
    <dc:creator>DanielRuvalcaba</dc:creator>
    <dc:date>2024-01-26T17:02:44Z</dc:date>
    <item>
      <title>HTTPS Web Server on RT1024</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/HTTPS-Web-Server-on-RT1024/m-p/1795588#M28630</link>
      <description>&lt;P&gt;We would like to run a HTTPS web sever on I.MX RT1024. Is it possible to do this?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2024 18:36:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/HTTPS-Web-Server-on-RT1024/m-p/1795588#M28630</guid>
      <dc:creator>chhsu0229</dc:creator>
      <dc:date>2024-01-25T18:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPS Web Server on RT1024</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/HTTPS-Web-Server-on-RT1024/m-p/1795622#M28632</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/170637"&gt;@chhsu0229&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We have an example in the &lt;A href="https://mcuxpresso.nxp.com/en/welcome" target="_blank" rel="noopener"&gt;RT1024-EVK SDK&lt;/A&gt; for an HTTP Server. You will find it with the following name &lt;EM&gt;lwip_httpsrv_bm&lt;/EM&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regarding HTTPS, I’m afraid there is no example in the SDK of the RT1024-EVK.&lt;/P&gt;
&lt;P&gt;Nevertheless, I would recommend you to take a look to the following example from the RT1060-EVK SDK &lt;EM&gt;lwip_httpssrv_mbedTLS_bm&lt;/EM&gt;. You can use this example as a reference to implement your own HTTPS server in your RT1024.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2024 19:52:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/HTTPS-Web-Server-on-RT1024/m-p/1795622#M28632</guid>
      <dc:creator>DanielRuvalcaba</dc:creator>
      <dc:date>2024-01-25T19:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPS Web Server on RT1024</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/HTTPS-Web-Server-on-RT1024/m-p/1795841#M28645</link>
      <description>&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;I saw the datasheet of RT1024 and its SDRAM is only 256KB. In our application, it is not only to run the web server but also UARTx8, Ethernet TCP/IP,.., etc. function.&lt;/P&gt;&lt;P&gt;In this condiction, could we use RT1024 in our application, or use more powerful MCU, like as RT1064 ?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2024 14:41:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/HTTPS-Web-Server-on-RT1024/m-p/1795841#M28645</guid>
      <dc:creator>chhsu0229</dc:creator>
      <dc:date>2024-01-26T14:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPS Web Server on RT1024</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/HTTPS-Web-Server-on-RT1024/m-p/1796178#M28654</link>
      <description>&lt;P&gt;If you don't want to lose the on-chip flash memory of the RT1024, the next step is RT1064 which has 1 MB of on-chip RAM and also includes 4 MB of Flash (in case you don't want to use any external memory).&lt;/P&gt;
&lt;P&gt;I don't know how big the memory footprint of your application is, but according to your comment, your application might get affected due the memory of the device. For sure RT1064 would be a better device, but I'd strongly recommend you compare both devices and see which one is better according to your needs.&lt;/P&gt;
&lt;P&gt;And just to let you know, RT1064 SDK does include an HTTPS web server example.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2024 17:02:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/HTTPS-Web-Server-on-RT1024/m-p/1796178#M28654</guid>
      <dc:creator>DanielRuvalcaba</dc:creator>
      <dc:date>2024-01-26T17:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPS Web Server on RT1024</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/HTTPS-Web-Server-on-RT1024/m-p/1796366#M28668</link>
      <description>&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;I try to add the mbedtls into my code and the error message show is following,&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.JPG" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/260385i435E171A71218584/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.JPG" alt="1.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I check the memory layout of my code, there is no "NCACHE_REGION" memory because I have no an external SDRAM on my board.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2.JPG" style="width: 568px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/260386i2B299B7AD760F1DE/image-size/large?v=v2&amp;amp;px=999" role="button" title="2.JPG" alt="2.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Is it neccedary to assign the&amp;nbsp;"NCACHE_REGION" memory for medtls library ?&lt;/P&gt;&lt;P&gt;How much memory size of NCACHE_REGION do I need to assign for HTTSP web server ?&lt;/P&gt;&lt;P&gt;ps, there is no an external SDRAM on my project&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 27 Jan 2024 18:09:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/HTTPS-Web-Server-on-RT1024/m-p/1796366#M28668</guid>
      <dc:creator>chhsu0229</dc:creator>
      <dc:date>2024-01-27T18:09:33Z</dc:date>
    </item>
  </channel>
</rss>

