<?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: Appwizard function APPW_CreatePersistentScreens() takes long time to execute in i.MX RT Crossover MCUs</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Appwizard-function-APPW-CreatePersistentScreens-takes-long-time/m-p/1940666#M31664</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/189325"&gt;@EmbeddedTech&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for reaching out again!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As I have been checking, our SDK does not contain the source code of the&amp;nbsp;&lt;SPAN&gt;APPW_CreatePersistentScreens() function, so I can not inspect how it handles memory, the&amp;nbsp;AppWizard User Guide &amp;amp; Reference Manual does not details this.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="diego_charles_0-1724703006822.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/295365i3B369ACE8F42BE36/image-size/medium?v=v2&amp;amp;px=400" role="button" title="diego_charles_0-1724703006822.png" alt="diego_charles_0-1724703006822.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I would recommend isolating the issue, trying the FlexSPI demos in your application and measuring how much time do you need to take to load a buffer from Flash, or copy and write buffers. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Additionally, consider if you have any cache enabled, and try the results by disabling it.&amp;nbsp; Check that you are using QSPI, and not standard SPI mode. Check if the Emwin libraries are not getting out of available SRAM or something related.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Anyway, I would recommend inquiring also with Segger about this, as they may be able to provide more details about&amp;nbsp; the operation of the function.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I am sorry that I do not have more further insights at this time.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Diego&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 26 Aug 2024 20:33:04 GMT</pubDate>
    <dc:creator>diego_charles</dc:creator>
    <dc:date>2024-08-26T20:33:04Z</dc:date>
    <item>
      <title>Appwizard function APPW_CreatePersistentScreens() takes long time to execute</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Appwizard-function-APPW-CreatePersistentScreens-takes-long-time/m-p/1939942#M31660</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/89833"&gt;@diego_charles&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We are using Segger Appwizard tool to create our GUI design.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We are using around 28 .xbf files to support different font sizes and styles in our design. In that 6 font files will be used for multi language and each font file size used for multi language is around 5MB. So, our fonts itself takes 30MB of the flash memory.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When we load this code into our board, it takes almost an hour to execute the APPW_CreatePersistentScreens() function&amp;nbsp;in the Appwizard's MainTask().&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to know what the above function does. How to reduce the time of execution.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;What could be the reason for taking such a long time. We are using the external QSPI flash IS25WP512A. Since the flash access is beyond 16MB (3 byte addressing range) will it cause this delay? Is there anything I need to take care on the flash access part.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;Your help on this is highly appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Aug 2024 05:47:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Appwizard-function-APPW-CreatePersistentScreens-takes-long-time/m-p/1939942#M31660</guid>
      <dc:creator>EmbeddedTech</dc:creator>
      <dc:date>2024-08-26T05:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: Appwizard function APPW_CreatePersistentScreens() takes long time to execute</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Appwizard-function-APPW-CreatePersistentScreens-takes-long-time/m-p/1940666#M31664</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/189325"&gt;@EmbeddedTech&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for reaching out again!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As I have been checking, our SDK does not contain the source code of the&amp;nbsp;&lt;SPAN&gt;APPW_CreatePersistentScreens() function, so I can not inspect how it handles memory, the&amp;nbsp;AppWizard User Guide &amp;amp; Reference Manual does not details this.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="diego_charles_0-1724703006822.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/295365i3B369ACE8F42BE36/image-size/medium?v=v2&amp;amp;px=400" role="button" title="diego_charles_0-1724703006822.png" alt="diego_charles_0-1724703006822.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I would recommend isolating the issue, trying the FlexSPI demos in your application and measuring how much time do you need to take to load a buffer from Flash, or copy and write buffers. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Additionally, consider if you have any cache enabled, and try the results by disabling it.&amp;nbsp; Check that you are using QSPI, and not standard SPI mode. Check if the Emwin libraries are not getting out of available SRAM or something related.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Anyway, I would recommend inquiring also with Segger about this, as they may be able to provide more details about&amp;nbsp; the operation of the function.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I am sorry that I do not have more further insights at this time.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Diego&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Aug 2024 20:33:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Appwizard-function-APPW-CreatePersistentScreens-takes-long-time/m-p/1940666#M31664</guid>
      <dc:creator>diego_charles</dc:creator>
      <dc:date>2024-08-26T20:33:04Z</dc:date>
    </item>
  </channel>
</rss>

